From f0914f7eeca79e328da5ae9b88d4cd86642a8878 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 24 Oct 2011 08:54:48 +0000 Subject: [PATCH] fixes --- TODO | 2 ++ src/transport/gnunet-service-transport_validation.c | 1 + src/transport/plugin_transport_http_server.c | 1 + 3 files changed, 4 insertions(+) diff --git a/TODO b/TODO index 15aecfac6..4be56aac7 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,8 @@ - provide context menus to allow aborts of downloads/uploads - provide way to handle errors (search, download, publish errors) * FS [CG] + - in 2-peer download, data-origin forwards messages back + to downloader (queries messages sent to other peers > 0!) - implement multi-peer FS performance tests + gauger them! + insert + download diff --git a/src/transport/gnunet-service-transport_validation.c b/src/transport/gnunet-service-transport_validation.c index fd9ded10e..963115668 100644 --- a/src/transport/gnunet-service-transport_validation.c +++ b/src/transport/gnunet-service-transport_validation.c @@ -628,6 +628,7 @@ GST_validation_handle_ping (const struct GNUNET_PeerIdentity *sender, } else { + addrend = NULL; /* make gcc happy */ slen = 0; } diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c index 158532aca..e5b20cfb4 100644 --- a/src/transport/plugin_transport_http_server.c +++ b/src/transport/plugin_transport_http_server.c @@ -507,6 +507,7 @@ create: break; default: GNUNET_break (0); + goto error; } s = create_session (plugin, -- 2.25.1