zcip: ...ad suppress the warning
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 24 Oct 2015 17:15:44 +0000 (19:15 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 24 Oct 2015 17:15:44 +0000 (19:15 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/zcip.c

index f0e7342830f527316591be647207c4b4ba097df6..1d69105550a3946582d0e3424c504bc4ab0fa7db 100644 (file)
@@ -345,7 +345,7 @@ int zcip_main(int argc UNUSED_PARAM, char **argv)
        state = PROBE;
        while (1) {
                struct pollfd fds[1];
-               unsigned deadline_us;
+               unsigned deadline_us = deadline_us;
                struct arp_packet p;
                int ip_conflict;
                int n;