projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d5159
)
zcip: ...ad suppress the warning
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 24 Oct 2015 17:15:44 +0000
(19:15 +0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/networking/zcip.c
b/networking/zcip.c
index f0e7342830f527316591be647207c4b4ba097df6..1d69105550a3946582d0e3424c504bc4ab0fa7db 100644
(file)
--- a/
networking/zcip.c
+++ b/
networking/zcip.c
@@
-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;