From: Jeffrey Altman Date: Sun, 5 Mar 2006 05:36:40 +0000 (+0000) Subject: viced-unsign-haddr-hport-20060304 X-Git-Tag: mp-rxtcp-20060314~21 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3e70b7f3656be0a40fe45fb8ad9815abd2f541fe;p=packages%2Fo%2Fopenafs.git viced-unsign-haddr-hport-20060304 haddr and hport should be unsigned --- diff --git a/src/viced/host.c b/src/viced/host.c index f5863645f..af835f01b 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -1086,8 +1086,8 @@ h_GetHost_r(struct rx_connection *tcon) struct interfaceAddr interf; int interfValid = 0; struct Identity *identP = NULL; - afs_int32 haddr; - afs_int16 hport; + afs_uint32 haddr; + afs_uint16 hport; char hoststr[16], hoststr2[16]; Capabilities caps; struct rx_connection *cb_conn = NULL;