From 5ab6b0f5639d962f252fc66516b2856f6e17490b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 6 Apr 2010 16:52:59 +0200 Subject: udhcp: s/sipservers/sipsrv/ to match other similar option names Signed-off-by: Denys Vlasenko --- networking/udhcp/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/udhcp/common.c') 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: -- cgit v1.2.3