aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http_common.c')
-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