]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/install+setup/setup/networking.c
Ă„nderung am Installer/Setup.
[people/pmueller/ipfire-2.x.git] / src / install+setup / setup / networking.c
index c7ff66908bbe49c40e7adedd5651439af1346647..5f41aeaf9ba05c1d40f35f2e8714a53627d1a2a2 100644 (file)
@@ -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);