summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakconnect2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 9050bb61c..b78ce4479 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -320,7 +320,7 @@ sub build_notebook {
gtkpack(Gtk2::VBox->new(0,0),
Gtk2::Label->new($intf->{dns1} || $netc->{dnsServer}),
Gtk2::Label->new($intf->{dns2} || $netc->{dnsServer2}),
- Gtk2::Label->new($intf->{dns3}),
+ Gtk2::Label->new($intf->{dns3} || $netc->{dnsServer3}),
),
),
1, gtkadd(Gtk2::Frame->new(N("Search Domain")),