afsdb-len-signed-20060328
authorGarry Zacheiss <zacheiss@mit.edu>
Tue, 28 Mar 2006 19:39:45 +0000 (19:39 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 28 Mar 2006 19:39:45 +0000 (19:39 +0000)
in order for -1 to ever be returned, it's gotta be signed...

src/auth/cellconfig.c

index b20b038..1c53c94 100644 (file)
@@ -736,8 +736,7 @@ afsconf_GetAfsdbInfo(char *acellName, char *aservice,
                     struct afsconf_cell *acellInfo)
 {
     afs_int32 code;
-    int tservice, i;
-    size_t len;
+    int tservice, i, len;
     unsigned char answer[1024];
     unsigned char *p;
     char *dotcellname;