mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
setup: Do not check DNS settings any more
It has been removed that DNS servers could be configured in setup, but I forgot to remove a check which leads to new installations not being able to complete the setup wizard. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
dcc655efb8
commit
e403fa6ad9
@@ -219,13 +219,6 @@ int oktoleave(void)
|
||||
strcpy(temp, ""); findkey(kv, "RED_TYPE", temp);
|
||||
if ((configtype == 0) || (strcmp(temp, "STATIC") == 0))
|
||||
{
|
||||
strcpy(temp, ""); findkey(kv, "DNS1", temp);
|
||||
if (!(strlen(temp)))
|
||||
{
|
||||
errorbox(_("Missing DNS."));
|
||||
freekeyvalues(kv);
|
||||
return 0;
|
||||
}
|
||||
strcpy(temp, ""); findkey(kv, "DEFAULT_GATEWAY", temp);
|
||||
if (!(strlen(temp)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user