From: Matthias Wachs Date: Wed, 24 Oct 2012 13:24:37 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~11222 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7c8ddc62cfb81bfc9edc228234e29fee73bed909;p=oweals%2Fgnunet.git fix --- diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index dfab26082..a15f8f4f4 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -2257,7 +2257,7 @@ remove_timeout_messages_and_select (struct UDP_MessageWrapper *head, } if (sock == plugin->sockv4) udpw = plugin->ipv4_queue_head; - if (sock == plugin->sockv6) + else if (sock == plugin->sockv6) udpw = plugin->ipv6_queue_head; else {