From 7c8ddc62cfb81bfc9edc228234e29fee73bed909 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 24 Oct 2012 13:24:37 +0000 Subject: fix --- src/transport/plugin_transport_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/plugin_transport_udp.c') 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 { -- cgit v1.2.3