aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index d29505b12..98c32f813 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -1155,7 +1155,7 @@ append_port (void *cls, const char *hostname)
1155 1155
1156 if (hostname == NULL) 1156 if (hostname == NULL)
1157 { 1157 {
1158 ppc->asc (NULL, ret); 1158 ppc->asc (ppc->asc_cls, NULL);
1159 GNUNET_free (ppc); 1159 GNUNET_free (ppc);
1160 return; 1160 return;
1161 } 1161 }