From 97f20c715e7b70626bb2413a5f020c56bb50a177 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 15 Jul 2011 08:16:13 +0000 Subject: fix --- src/transport/plugin_transport_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport') 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) if (hostname == NULL) { - ppc->asc (NULL, ret); + ppc->asc (ppc->asc_cls, NULL); GNUNET_free (ppc); return; } -- cgit v1.2.3