diff --git a/src/install+setup/setup/networking.c b/src/install+setup/setup/networking.c index c7ff66908..5f41aeaf9 100644 --- a/src/install+setup/setup/networking.c +++ b/src/install+setup/setup/networking.c @@ -764,7 +764,7 @@ int dnsgatewaymenu(void) return 0; } - strcpy(temp, "0"); findkey(kv, "CONFIG_TYPE", temp); +/* strcpy(temp, "0"); findkey(kv, "CONFIG_TYPE", temp); configtype = atol(temp); if (RED_IS_NOT_ETH) @@ -773,7 +773,7 @@ int dnsgatewaymenu(void) errorbox(ctr[TR_DNS_GATEWAY_WITH_GREEN]); return 0; } - +*/ entries[DNS1].text = ctr[TR_PRIMARY_DNS]; strcpy(temp, ""); findkey(kv, "DNS1", temp); values[DNS1] = strdup(temp);