]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
viced-unsign-haddr-hport-20060304
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 5 Mar 2006 05:36:40 +0000 (05:36 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 5 Mar 2006 05:36:40 +0000 (05:36 +0000)
haddr and hport should be unsigned

src/viced/host.c

index f5863645fdd999391e80a6104f06968228ed6391..af835f01bfd239756eb6f3be3b7460788ee37f37 100644 (file)
@@ -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;