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:
c82b510
)
fix comment placement (no code changes)
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 1 Jul 2007 17:11:54 +0000
(17:11 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 1 Jul 2007 17:11:54 +0000
(17:11 -0000)
networking/udhcp/dhcpd.c
patch
|
blob
|
history
diff --git
a/networking/udhcp/dhcpd.c
b/networking/udhcp/dhcpd.c
index 6be3c0e2e240cfde547a122886e42cbb5ecf9275..9dbd35d4e9b7b56927d4cdb929eecb2b7479b965 100644
(file)
--- a/
networking/udhcp/dhcpd.c
+++ b/
networking/udhcp/dhcpd.c
@@
-214,7
+214,8
@@
int udhcpd_main(int argc, char **argv)
) {
sendNAK(&packet);
}
- } /* else remain silent */
+ /* else remain silent */
+ }
} else {
/* RENEWING or REBINDING State */