summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sysinstall/tcpip.c')
-rw-r--r--usr.sbin/sysinstall/tcpip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index 5a862f2..7ef6358 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.72 1997/09/17 16:18:22 pst Exp $
+ * $Id: tcpip.c,v 1.73 1998/08/31 09:02:03 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -311,7 +311,7 @@ netconfig:
}
if (ipaddr[0])
variable_set2(VAR_IPADDR, ipaddr);
- configResolv(); /* XXX this will do it on the MFS copy XXX */
+ configResolv(NULL); /* XXX this will do it on the MFS copy XXX */
ret = DITEM_SUCCESS;
}
else
OpenPOWER on IntegriCloud