From 17511136a118482800596593a6f4cb98dc627033 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 12 Oct 1995 01:36:13 +0000 Subject: [PATCH] Use of port is consistent unsigned short now --- src/ca/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/service.c b/src/ca/service.c index 152149909..03fb7977c 100644 --- a/src/ca/service.c +++ b/src/ca/service.c @@ -748,7 +748,7 @@ const struct in_addr *pnet_addr ) { int v42; - int port; + unsigned short port; char rej[64]; chid chan; int status;