aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-10-24 12:56:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-10-24 12:56:26 +0000
commitbdc946d2539710a2882fb8fb99ce7d5ae996aa4f (patch)
treeedb187d81d52ce2e2e4b91e05990cb0696be7878 /src/transport/plugin_transport_udp.c
parenteb614a4e0dea54cbc3146e938dcde709c879f8d8 (diff)
downloadgnunet-bdc946d2539710a2882fb8fb99ce7d5ae996aa4f.tar.gz
gnunet-bdc946d2539710a2882fb8fb99ce7d5ae996aa4f.zip
fix
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-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 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,
2262 else 2262 else
2263 { 2263 {
2264 GNUNET_break (0); /* should never happen */ 2264 GNUNET_break (0); /* should never happen */
2265 updw = NULL; 2265 udpw = NULL;
2266 } 2266 }
2267 GNUNET_STATISTICS_update (plugin->env->stats, 2267 GNUNET_STATISTICS_update (plugin->env->stats,
2268 "# messages dismissed due to timeout", 2268 "# messages dismissed due to timeout",