diff options
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index dba269b..d15c67d 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -387,7 +387,7 @@ int zcip_main(int argc UNUSED_PARAM, char **argv) send_arp_request(0, &null_ethaddr, chosen_nip); continue; } - // Switch to announce state + // Switch to announce state nsent = 0; state = ANNOUNCE; goto send_announce; |