From 021305c67cf4295ec4562040b4fbccda227d7412 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 25 May 2012 14:41:52 +0000 Subject: [PATCH] - fix --- src/transport/plugin_transport_http_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1