Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-06 18:52:59 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-06 18:52:59 +0400
commit5ab6b0f5639d962f252fc66516b2856f6e17490b (patch)
tree39ac4dc8f7236ae71083e2beafd07a7c1690116d /networking
parentd958e909cdf40bdf5379f22faaa83d255ec6dc09 (diff)
udhcp: s/sipservers/sipsrv/ to match other similar option names
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/udhcp/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c
index 50e2c84e3..7cda34a18 100644
--- 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:
- "sipservers" "\0" /* DHCP_SIP_SERVERS */
+ "sipsrv" "\0" /* DHCP_SIP_SERVERS */
#endif
// doesn't work in udhcpd.conf since OPTION_STATIC_ROUTES
// is not handled yet by "string->option" conversion code: