From: Christian Grothoff Date: Sat, 12 Nov 2011 00:03:08 +0000 (+0000) Subject: nicer X-Git-Tag: initial-import-from-subversion-38251~15951 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=60a5ec4e8707df05bf0645aff5086f193ae89643;p=oweals%2Fgnunet.git nicer --- 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, { struct Plugin *plugin = cls; struct HTTP_Message *msg; - + struct Session *s; GNUNET_assert (plugin != NULL); int res = GNUNET_SYSERR; @@ -528,7 +528,6 @@ http_plugin_send (void *cls, const struct GNUNET_PeerIdentity *target, session, force_address); #endif - struct Session *s = NULL; if (addrlen != 0)