aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-24 08:54:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-24 08:54:48 +0000
commitf0914f7eeca79e328da5ae9b88d4cd86642a8878 (patch)
tree02f1af8b2f418b1ff18d6d7fe5b6f1b1d79e3500
parent6063cbea42d6c8a5de4d3b98d47ab60d7cb3311a (diff)
downloadgnunet-f0914f7eeca79e328da5ae9b88d4cd86642a8878.tar.gz
gnunet-f0914f7eeca79e328da5ae9b88d4cd86642a8878.zip
fixes
-rw-r--r--TODO2
-rw-r--r--src/transport/gnunet-service-transport_validation.c1
-rw-r--r--src/transport/plugin_transport_http_server.c1
3 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 15aecfac6..4be56aac7 100644
--- a/TODO
+++ b/TODO
@@ -9,6 +9,8 @@
9 - provide context menus to allow aborts of downloads/uploads 9 - provide context menus to allow aborts of downloads/uploads
10 - provide way to handle errors (search, download, publish errors) 10 - provide way to handle errors (search, download, publish errors)
11* FS [CG] 11* FS [CG]
12 - in 2-peer download, data-origin forwards messages back
13 to downloader (queries messages sent to other peers > 0!)
12 - implement multi-peer FS performance tests + gauger them! 14 - implement multi-peer FS performance tests + gauger them!
13 + insert 15 + insert
14 + download 16 + 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,
628 } 628 }
629 else 629 else
630 { 630 {
631 addrend = NULL; /* make gcc happy */
631 slen = 0; 632 slen = 0;
632 } 633 }
633 634
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:
507 break; 507 break;
508 default: 508 default:
509 GNUNET_break (0); 509 GNUNET_break (0);
510 goto error;
510 } 511 }
511 512
512 s = create_session (plugin, 513 s = create_session (plugin,