From: Matthias Wachs Date: Fri, 25 May 2012 14:41:52 +0000 (+0000) Subject: - fix X-Git-Tag: initial-import-from-subversion-38251~13409 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=021305c67cf4295ec4562040b4fbccda227d7412;p=oweals%2Fgnunet.git - fix --- diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c index c49e4953a..bee885453 100644 --- a/src/transport/plugin_transport_http_server.c +++ b/src/transport/plugin_transport_http_server.c @@ -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;