From bdc946d2539710a2882fb8fb99ce7d5ae996aa4f Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 24 Oct 2012 12:56:26 +0000 Subject: [PATCH] fix --- src/transport/plugin_transport_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index 5085b70ca..dfab26082 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -2262,7 +2262,7 @@ remove_timeout_messages_and_select (struct UDP_MessageWrapper *head, else { GNUNET_break (0); /* should never happen */ - updw = NULL; + udpw = NULL; } GNUNET_STATISTICS_update (plugin->env->stats, "# messages dismissed due to timeout", -- 2.25.1