diff options
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index 5d2a5f786..c6b0d2d80 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -314,7 +314,7 @@ int zcip_main(int argc, char *argv[]) | |||
314 | tv1.tv_sec++; | 314 | tv1.tv_sec++; |
315 | } | 315 | } |
316 | tv1.tv_sec += timeout / 1000; | 316 | tv1.tv_sec += timeout / 1000; |
317 | 317 | ||
318 | VDBG("...wait %ld %s nprobes=%d, nclaims=%d\n", | 318 | VDBG("...wait %ld %s nprobes=%d, nclaims=%d\n", |
319 | timeout, intf, nprobes, nclaims); | 319 | timeout, intf, nprobes, nclaims); |
320 | switch (poll(fds, 1, timeout)) { | 320 | switch (poll(fds, 1, timeout)) { |
@@ -479,7 +479,7 @@ int zcip_main(int argc, char *argv[]) | |||
479 | target_ip_conflict = 1; | 479 | target_ip_conflict = 1; |
480 | } | 480 | } |
481 | 481 | ||
482 | VDBG("state = %d, source ip conflict = %d, target ip conflict = %d\n", | 482 | VDBG("state = %d, source ip conflict = %d, target ip conflict = %d\n", |
483 | state, source_ip_conflict, target_ip_conflict); | 483 | state, source_ip_conflict, target_ip_conflict); |
484 | switch (state) { | 484 | switch (state) { |
485 | case PROBE: | 485 | case PROBE: |