diff options
-rwxr-xr-x | perl-install/standalone/drakconnect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 683b8e357..17363d7f4 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -906,7 +906,7 @@ Please run \"Internet access\" in control center.")); network::adsl::adsl_probe_info($cnx, $netc, $intf); } my @conf_data = ( - [ N("Domain name"), \$cnx->{domain} ], + [ N("Domain name"), \$netc->{DOMAINNAME} ], [ N("First DNS Server (optional)"), \$netc->{dnsServer3} ], # \$cnx->{dns1} [ N("Second DNS Server (optional)"), \$netc->{dnsServer2} ], #\$cnx->{dns2} ); |