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, 3 insertions, 1 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c
index 77361ed..c6ac750 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id$
+ * $Id: tcpip.c,v 1.64 1997/02/22 14:12:23 peter Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -168,6 +168,7 @@ tcpOpenDialog(Device *devp)
TCP_DIALOG_X, TCP_DIALOG_Y, TCP_DIALOG_WIDTH, TCP_DIALOG_HEIGHT))) {
beep();
msgConfirm("Cannot open TCP/IP dialog window!!");
+ restorescr(save);
return DITEM_FAILURE;
}
@@ -259,6 +260,7 @@ reenter:
goto reenter;
/* Clear this crap off the screen */
+ delwin(ds_win);
dialog_clear_norefresh();
use_helpfile(NULL);
OpenPOWER on IntegriCloud