fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 15 Jul 2011 08:16:13 +0000 (08:16 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 15 Jul 2011 08:16:13 +0000 (08:16 +0000)
src/transport/plugin_transport_udp.c

index d29505b124906a27af1fc1b265093502aeedff3e..98c32f81334f6dd90efbf81450310a428877e1d0 100644 (file)
@@ -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;
     }