aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-12 00:03:08 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-12 00:03:08 +0000
commit60a5ec4e8707df05bf0645aff5086f193ae89643 (patch)
tree0acc3e5268a662e4e306a006cca015370fa9df13
parent8e2636d98c2de0098892f876d1834d79986d2089 (diff)
downloadgnunet-60a5ec4e8707df05bf0645aff5086f193ae89643.tar.gz
gnunet-60a5ec4e8707df05bf0645aff5086f193ae89643.zip
nicer
-rw-r--r--src/transport/plugin_transport_http.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 9008b958d..bb61b27e4 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -512,7 +512,7 @@ http_plugin_send (void *cls, const struct GNUNET_PeerIdentity *target,
512{ 512{
513 struct Plugin *plugin = cls; 513 struct Plugin *plugin = cls;
514 struct HTTP_Message *msg; 514 struct HTTP_Message *msg;
515 515 struct Session *s;
516 GNUNET_assert (plugin != NULL); 516 GNUNET_assert (plugin != NULL);
517 517
518 int res = GNUNET_SYSERR; 518 int res = GNUNET_SYSERR;
@@ -528,7 +528,6 @@ http_plugin_send (void *cls, const struct GNUNET_PeerIdentity *target,
528 session, force_address); 528 session, force_address);
529#endif 529#endif
530 530
531 struct Session *s = NULL;
532 531
533 532
534 if (addrlen != 0) 533 if (addrlen != 0)