mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 23:40:13 +00:00
Windows: remove signed/unsigned mismatch cm_aclent.c
Change-Id: I6cf41410d84b96d2fbe9fd8f1602a7aaa2c1797d Reviewed-on: http://gerrit.openafs.org/5297 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@openafs.org> Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
21acdd92c8
commit
ae87a1aff2
@ -348,7 +348,7 @@ void
|
||||
cm_ResetACLCache(cm_cell_t *cellp, cm_user_t *userp)
|
||||
{
|
||||
cm_scache_t *scp;
|
||||
int hash;
|
||||
afs_uint32 hash;
|
||||
|
||||
lock_ObtainWrite(&cm_scacheLock);
|
||||
for (hash=0; hash < cm_data.scacheHashTableSize; hash++) {
|
||||
|
Loading…
Reference in New Issue
Block a user