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 12:21:10 +0000 (13:21 +0100)
commitf3bdb163f461175c50b4930fa3464beaee30f4a8
tree8f194ea5b71cbb0c42df16edf97bad2cba1d07dd
parenteda16f2410d7a6d79505b102aca8f111de4871d9
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