aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-18 13:39:41 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-18 13:39:41 +0000
commitad91280a3f21f030501918d5fef92f05d5c066f2 (patch)
tree4362f70e3a9729627c61545a58b17e460f67b6b5 /src/transport/plugin_transport_http_server.c
parent957ba741a643ac853f7cd6c00f05f41cf57d8d59 (diff)
downloadgnunet-ad91280a3f21f030501918d5fef92f05d5c066f2.tar.gz
gnunet-ad91280a3f21f030501918d5fef92f05d5c066f2.zip
minor modifications to reduce warnings
Diffstat (limited to 'src/transport/plugin_transport_http_server.c')
-rw-r--r--src/transport/plugin_transport_http_server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index 048bd00cf..b4130f945 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -1381,6 +1381,7 @@ server_lookup_connection (struct HTTP_Server_Plugin *plugin,
1381 method, 1381 method,
1382 url); 1382 url);
1383 stc.tag = 0; 1383 stc.tag = 0;
1384 options = 0; /* make gcc happy */
1384 if (GNUNET_SYSERR == 1385 if (GNUNET_SYSERR ==
1385 server_parse_url (plugin, url, &target, &stc.tag, &options)) 1386 server_parse_url (plugin, url, &target, &stc.tag, &options))
1386 { 1387 {