- fix
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 25 May 2012 14:41:52 +0000 (14:41 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 25 May 2012 14:41:52 +0000 (14:41 +0000)
src/transport/plugin_transport_http_server.c

index c49e4953a3f5e41adfbf11b42ed2e0f2530148ec..bee8854539d4afed58d23efc54c1df29e42f1403 100644 (file)
@@ -537,7 +537,7 @@ create:
     GNUNET_break (0);
     goto error;
   }
-  s = create_session (plugin, &target, a, a_len, NULL, NULL);
+  s = create_session (plugin, &target, a, a_len);
   GNUNET_assert (NULL != s);
   s->ats_address_network_type = ats.value;