From 70a5a87591a4d2445d486af7f4332896e91c0700 Mon Sep 17 00:00:00 2001 From: Chaskiel M Grundman Date: Wed, 6 Apr 2005 06:09:09 +0000 Subject: [PATCH] STABLE14-afsdb-lock-20050405 init one more lock (cherry picked from commit b5be28de3093b225c2a2e927ecefe395d9a74388) --- 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