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:
d958e90
)
udhcp: s/sipservers/sipsrv/ to match other similar option names
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 6 Apr 2010 14:52:59 +0000
(16:52 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 6 Apr 2010 14:52:59 +0000
(16:52 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/common.c
patch
|
blob
|
history
diff --git
a/networking/udhcp/common.c
b/networking/udhcp/common.c
index 50e2c84e38374c29e6e8f361f4cfabc8dd68dad4..7cda34a18b123614f39e11ac54a5e8cc2947b0c6 100644
(file)
--- a/
networking/udhcp/common.c
+++ b/
networking/udhcp/common.c
@@
-109,7
+109,7
@@
const char dhcp_option_strings[] ALIGN1 =
"search" "\0" /* DHCP_DOMAIN_SEARCH */
// doesn't work in udhcpd.conf since OPTION_SIP_SERVERS
// is not handled yet by "string->option" conversion code:
- "sips
ervers" "\0"
/* DHCP_SIP_SERVERS */
+ "sips
rv" "\0"
/* DHCP_SIP_SERVERS */
#endif
// doesn't work in udhcpd.conf since OPTION_STATIC_ROUTES
// is not handled yet by "string->option" conversion code: