aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-11-05 20:05:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-11-05 20:05:38 +0000
commitb62fcaac921f41b9917dbc215f96f14755982316 (patch)
treef64851804a312210a196e84061e26bbd9dcc1464 /src
parent69fe7f63fa03558295f54c61bfce4d95d8c251f8 (diff)
downloadgnunet-b62fcaac921f41b9917dbc215f96f14755982316.tar.gz
gnunet-b62fcaac921f41b9917dbc215f96f14755982316.zip
last cb NULL
Diffstat (limited to 'src')
-rw-r--r--src/transport/plugin_transport_http_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http_common.c b/src/transport/plugin_transport_http_common.c
index 7ec8fa1e9..5dd3413e1 100644
--- a/src/transport/plugin_transport_http_common.c
+++ b/src/transport/plugin_transport_http_common.c
@@ -60,6 +60,7 @@ http_common_plugin_address_pretty_printer (void *cls, const char *type,
60 return; 60 return;
61 } 61 }
62 asc (asc_cls, saddr); 62 asc (asc_cls, saddr);
63 asc (asc_cls, NULL);
63} 64}
64 65
65 66