udhcp: s/sipservers/sipsrv/ to match other similar option names
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 6 Apr 2010 14:52:59 +0000 (16:52 +0200)
committerDenys 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

index 50e2c84e38374c29e6e8f361f4cfabc8dd68dad4..7cda34a18b123614f39e11ac54a5e8cc2947b0c6 100644 (file)
@@ -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: