From b5be28de3093b225c2a2e927ecefe395d9a74388 Mon Sep 17 00:00:00 2001 From: Chaskiel M Grundman Date: Wed, 6 Apr 2005 06:08:56 +0000 Subject: [PATCH] afsdb-lock-20050405 init one more lock --- src/afs/afs_cell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/afs/afs_cell.c b/src/afs/afs_cell.c index 6916713e7..e961a5e55 100644 --- a/src/afs/afs_cell.c +++ b/src/afs/afs_cell.c @@ -819,6 +819,7 @@ afs_CellInit() { RWLOCK_INIT(&afs_xcell, "afs_xcell"); #ifdef AFS_AFSDB_ENV + RWLOCK_INIT(&afsdb_client_lock, "afsdb_client_lock"); RWLOCK_INIT(&afsdb_req.lock, "afsdb_req.lock"); #endif QInit(&CellLRU); -- 2.39.5