Fix CLEARCACHE and multiple client with the same file.
commit448a2bd532733631e32d58d29cc01b72d2578836
authorBen Kibbey <bjk@luxsci.net>
Wed, 1 Feb 2012 02:41:35 +0000 (31 21:41 -0500)
committerBen Kibbey <bjk@luxsci.net>
Wed, 1 Feb 2012 02:46:25 +0000 (31 21:46 -0500)
treee4160053a52050158638ca77013b1f159e1f50c7
parent7762f3dfdfe6f6b3d9ae3f16cbc1a1c0003e67a6
Fix CLEARCACHE and multiple client with the same file.

More than one client may have the same data file open although only one
may hold a lock. Be sure no clients have the lock before removing the
cache entry.
src/pwmd.c