From 28f9bcce324597d84d564f67da6eeac737ca79d4 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 4 Aug 1997 22:55:42 +0000 Subject: [PATCH] use correct data type for an IP port --- src/ca/addrList.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/addrList.h b/src/ca/addrList.h index d8019c9dd..7dd9116e2 100644 --- a/src/ca/addrList.h +++ b/src/ca/addrList.h @@ -14,14 +14,14 @@ void caPrintAddrList(ELLLIST *pList); void caDiscoverInterfaces( ELLLIST *pList, SOCKET socket, - int port, + unsigned short port, struct in_addr matchAddr); void caAddConfiguredAddr( ELLLIST *pList, const ENV_PARAM *pEnv, SOCKET socket, - int port); + unsigned short port); int local_addr(SOCKET socket, struct sockaddr_in *plcladdr); unsigned short caFetchPortConfig(const ENV_PARAM *pEnv,