nicer
authorChristian Grothoff <christian@grothoff.org>
Sat, 12 Nov 2011 00:03:08 +0000 (00:03 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 12 Nov 2011 00:03:08 +0000 (00:03 +0000)
src/transport/plugin_transport_http.c

index 9008b958d57d27981aeeb10007ed5dcd23da72ce..bb61b27e46e7f2552ef27732b00788e27c1b3c39 100644 (file)
@@ -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)