s3: Fix handling of processes that died in g_lock
authorVolker Lendecke <vl@samba.org>
Mon, 15 Feb 2010 15:49:46 +0000 (16:49 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 16 Feb 2010 15:39:48 +0000 (16:39 +0100)
commit0357851c0c8e115e92c89956b28c0468182e93d1
treee21d73895226262fd29d5df6534c92627d7e8ee9
parentdd9ab62a6d8b247ee95f304b3d24469cff6553b8
s3: Fix handling of processes that died in g_lock

g_lock_parse might have thrown away entries from the locks array because the
processes were not around anymore. Don't store the orphaned entries.
source3/lib/g_lock.c