summaryrefslogtreecommitdiff
path: root/release/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-13 17:07:41 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-13 17:07:41 +0000
commit0447d04bb09af56e143cc97cf2024e62a1ef831b (patch)
treec152efd16644a6609ea1e3f432244cd4c199e407 /release/sysinstall/tcpip.c
parent6104d72491cd4712a1c153c4fdbb6ad3c68c36e2 (diff)
Notes
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 d9c522f2664f..6094813d0c90 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.39 1996/05/21 15:57:21 jkh Exp $
+ * $Id: tcpip.c,v 1.40 1996/06/12 17:09:34 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -542,7 +542,7 @@ tcpDeviceSelect(void)
msgConfirm("No network devices available!");
status = FALSE;
}
- else if (cnt == 1 || !RunningAsInit) {
+ else if (cnt == 1 || (!RunningAsInit && !Fake)) {
/* If we're running in user mode, assume network already up */
if (RunningAsInit)
tcpOpenDialog(devs[0]);