STABLE14-viced-unsign-haddr-hport-20060304

haddr and hport should be unsigned


(cherry picked from commit 3e70b7f3656be0a40fe45fb8ad9815abd2f541fe)
This commit is contained in:
Jeffrey Altman 2006-03-05 05:37:33 +00:00
parent 1d89f9c692
commit 45f35bbaf5

View File

@ -1085,8 +1085,8 @@ h_GetHost_r(struct rx_connection *tcon)
struct interfaceAddr interf; struct interfaceAddr interf;
int interfValid = 0; int interfValid = 0;
struct Identity *identP = NULL; struct Identity *identP = NULL;
afs_int32 haddr; afs_uint32 haddr;
afs_int16 hport; afs_uint16 hport;
char hoststr[16], hoststr2[16]; char hoststr[16], hoststr2[16];
Capabilities caps; Capabilities caps;
struct rx_connection *cb_conn = NULL; struct rx_connection *cb_conn = NULL;