summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-07-01 17:11:54 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-07-01 17:11:54 +0000
commite6bce979bfcf19fc1171ed3c6d85a22e908f7312 (patch)
treed6342094ad2a0b0b795fac2ff63b9a25be3fa48d /networking/udhcp/dhcpd.c
parentc82b5108e1a40f3b299043770e01d7d7db35de04 (diff)
downloadbusybox-w32-e6bce979bfcf19fc1171ed3c6d85a22e908f7312.tar.gz
busybox-w32-e6bce979bfcf19fc1171ed3c6d85a22e908f7312.tar.bz2
busybox-w32-e6bce979bfcf19fc1171ed3c6d85a22e908f7312.zip
fix comment placement (no code changes)
Diffstat (limited to 'networking/udhcp/dhcpd.c')
-rw-r--r--networking/udhcp/dhcpd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c
index 6be3c0e2e..9dbd35d4e 100644
--- a/networking/udhcp/dhcpd.c
+++ b/networking/udhcp/dhcpd.c
@@ -214,7 +214,8 @@ int udhcpd_main(int argc, char **argv)
214 ) { 214 ) {
215 sendNAK(&packet); 215 sendNAK(&packet);
216 } 216 }
217 } /* else remain silent */ 217 /* else remain silent */
218 }
218 219
219 } else { 220 } else {
220 /* RENEWING or REBINDING State */ 221 /* RENEWING or REBINDING State */