From 60a5ec4e8707df05bf0645aff5086f193ae89643 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 12 Nov 2011 00:03:08 +0000 Subject: nicer --- src/transport/plugin_transport_http.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3