diff options
-rw-r--r-- | networking/udhcp/common.c | 2 |
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 = | |||
109 | "search" "\0" /* DHCP_DOMAIN_SEARCH */ | 109 | "search" "\0" /* DHCP_DOMAIN_SEARCH */ |
110 | // doesn't work in udhcpd.conf since OPTION_SIP_SERVERS | 110 | // doesn't work in udhcpd.conf since OPTION_SIP_SERVERS |
111 | // is not handled yet by "string->option" conversion code: | 111 | // is not handled yet by "string->option" conversion code: |
112 | "sipservers" "\0" /* DHCP_SIP_SERVERS */ | 112 | "sipsrv" "\0" /* DHCP_SIP_SERVERS */ |
113 | #endif | 113 | #endif |
114 | // doesn't work in udhcpd.conf since OPTION_STATIC_ROUTES | 114 | // doesn't work in udhcpd.conf since OPTION_STATIC_ROUTES |
115 | // is not handled yet by "string->option" conversion code: | 115 | // is not handled yet by "string->option" conversion code: |