summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/tcpip.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/tcpip.c')
-rw-r--r--release/sysinstall/tcpip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c
index e6c407b..7d8dcb0 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.47 1996/10/05 12:16:49 jkh Exp $
+ * $Id: tcpip.c,v 1.48 1996/10/05 16:33:04 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -489,6 +489,7 @@ tcpOpenDialog(Device *devp)
if (ipaddr[0])
variable_set2(VAR_IPADDR, ipaddr);
restorescr(save);
+ configResolv(); /* XXX this will do it on the MFS copy XXX */
return DITEM_SUCCESS;
}
restorescr(save);
@@ -546,6 +547,5 @@ int
tcpMenuSelect(dialogMenuItem *self)
{
(void)tcpDeviceSelect();
- configResolv();
return DITEM_SUCCESS | DITEM_RECREATE | DITEM_RESTORE;
}
OpenPOWER on IntegriCloud