summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-02 01:03:55 +0000
committerjkh <jkh@FreeBSD.org>1996-07-02 01:03:55 +0000
commit0b35a3052f560b66a1a6b9a802eefbac4787de8c (patch)
treeae36131c09377afa0eedda7cb96ed5b08b6ddf8f /usr.sbin/sysinstall/tcpip.c
parent911873413ded35d32e63a68d50af02c3fcc5982c (diff)
downloadFreeBSD-src-0b35a3052f560b66a1a6b9a802eefbac4787de8c.zip
FreeBSD-src-0b35a3052f560b66a1a6b9a802eefbac4787de8c.tar.gz
Make it plainer how to exit.
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 7e4f073..8b53324 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.41 1996/06/13 17:07:41 jkh Exp $
+ * $Id: tcpip.c,v 1.42 1996/06/17 23:04:24 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -556,7 +556,7 @@ tcpDeviceSelect(void)
menu = deviceCreateMenu(&MenuNetworkDevice, DEVICE_TYPE_NETWORK, netHook, NULL);
if (!menu)
msgFatal("Unable to create network device menu! Argh!");
- status = dmenuOpenSimple(menu);
+ status = dmenuOpenSimple(menu, FALSE);
free(menu);
}
return status;
OpenPOWER on IntegriCloud