From 61e4ec586a1db8ccb3f6463b434cf704760571e6 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 15 Oct 1999 00:59:55 +0000 Subject: Don't error if the WG port is 65535. --- clients/znol/znol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients') diff --git a/clients/znol/znol.c b/clients/znol/znol.c index bd6ff98..804f63f 100644 --- a/clients/znol/znol.c +++ b/clients/znol/znol.c @@ -36,7 +36,7 @@ main(argc,argv) char *comment_ptr; int onoff = ON,quiet = 0,justlist = 0,useronly = 0, filenamed = 0; int retval,arg,ind,one,numlocs,i; - short wgport; + int wgport; if ((retval = ZInitialize()) != ZERR_NONE) { com_err(argv[0],retval,"initializing"); -- cgit v1.2.3