From 477d64ec55da93815e518e2148c315b76dde55f8 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Sun, 20 Nov 2011 23:48:38 +0100 Subject: [PATCH] Avoid warning. --- dht-bootstrap.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dht-bootstrap.c b/dht-bootstrap.c index 1c5d375..f6084df 100644 --- a/dht-bootstrap.c +++ b/dht-bootstrap.c @@ -645,14 +645,6 @@ main(int argc, char **argv) } } - if(want > 0) { - want4 = (want & WANT4); - want6 = (want & WANT6); - } else { - want4 = source->sa_family == AF_INET; - want6 = source->sa_family == AF_INET6; - } - switch(message) { case REPLY: if(tid_len != 4) { -- 2.48.1