diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/fs/pxe/dhcp_option.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/fs/pxe/dhcp_option.c b/core/fs/pxe/dhcp_option.c index c1f4e509..0835cfee 100644 --- a/core/fs/pxe/dhcp_option.c +++ b/core/fs/pxe/dhcp_option.c @@ -72,9 +72,6 @@ static void server(const void *data, int opt_len) if (opt_len != 4) return; - if (IPInfo.serverip) - return; - ip = *(uint32_t *)data; if (ip_ok(ip)) IPInfo.serverip = ip; |