diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-12 09:01:38 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-12 09:01:38 +0000 |
| commit | 457984b7f18a9ab5013500b6320f226c125ff80f (patch) | |
| tree | 6911fe885c4326d827f1e7189e5f34ed7093a52c | |
| parent | 9a12d3c96b3d31a26255c1e63fa32bcfae2e61a5 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/tcpip.c | 4 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/tcpip.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c index c28455599ec6..cde65bdd1a22 100644 --- a/release/sysinstall/tcpip.c +++ b/release/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $Id: tcpip.c,v 1.66 1997/06/09 01:19:44 jkh Exp $ + * $Id: tcpip.c,v 1.67 1997/06/12 07:35:40 jkh Exp $ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. @@ -152,7 +152,7 @@ tcpOpenDialog(Device *devp) WINDOW *ds_win, *save = NULL; ComposeObj *obj = NULL; int n = 0, cancel = FALSE; - int max, ret; + int max, ret = DITEM_SUCCESS; char *tmp; char title[80]; diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index c28455599ec6..cde65bdd1a22 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $Id: tcpip.c,v 1.66 1997/06/09 01:19:44 jkh Exp $ + * $Id: tcpip.c,v 1.67 1997/06/12 07:35:40 jkh Exp $ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. @@ -152,7 +152,7 @@ tcpOpenDialog(Device *devp) WINDOW *ds_win, *save = NULL; ComposeObj *obj = NULL; int n = 0, cancel = FALSE; - int max, ret; + int max, ret = DITEM_SUCCESS; char *tmp; char title[80]; |
