aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-15 08:16:13 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-15 08:16:13 +0000
commit97f20c715e7b70626bb2413a5f020c56bb50a177 (patch)
tree3e4883277f054fa817a80a84d604e07540ee7662 /src
parent92a48cc42922556953e9fb53f07b3de0f79f3c04 (diff)
downloadgnunet-97f20c715e7b70626bb2413a5f020c56bb50a177.tar.gz
gnunet-97f20c715e7b70626bb2413a5f020c56bb50a177.zip
fix
Diffstat (limited to 'src')
-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 }