Fix checked build of vldb_check
authorRod Widdowson <rdw@steadingsoftware.com>
Tue, 29 Jun 2010 17:30:39 +0000 (18:30 +0100)
committerDerrick Brashear <shadow@dementia.org>
Tue, 29 Jun 2010 18:06:31 +0000 (11:06 -0700)
Checkin http://gerrit.openafs.org/#change,2027 appears to have caused
issues with the checked build for vldb_check.

This fixed is by reflecting the structure change into vldb_check

Change-Id: I12343be8a3a31cb2f6474115a8d9137dadd4ae2d
Reviewed-on: http://gerrit.openafs.org/2280
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

src/vlserver/vldb_check.c

index 86e9905..c351696 100644 (file)
@@ -1223,7 +1223,7 @@ WorkerBee(struct cmd_syndesc *as, void *arock)
        int reft = 0;
        int hash = 0;
         int nexthash = 0;
-       int *nextpp = NULL;
+       afs_uint32 *nextpp = NULL;
        char *which = NULL;
 
        if (record[i].type == 0)