Fix bug where tdb lock call interrupted with
commitd8f3c9d0786ff637241d2a9409e1c7c253715ba5
authorJeremy Allison <jra@samba.org>
Wed, 7 Nov 2007 05:47:57 +0000 (6 21:47 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 7 Nov 2007 05:47:57 +0000 (6 21:47 -0800)
tree7fe843ce0e72d348e6114af9626d41c29419c1c0
parent7498e1b8c09abef2db0658c6bfd6d42891c9690d
Fix bug where tdb lock call interrupted with
an alarm sig would not terminate and could lead
to runaway smbd processes.
Thanks to Dave Daugherty @ Centrify for pointing
this out to us.
Jeremy.
(This used to be commit ef8da1698371c95495add53df81a978df709c88d)
source3/lib/replace/replace.h
source3/lib/replace/system/wait.h
source3/lib/tdb/common/lock.c
source3/lib/tdb/common/tdb_private.h
source3/lib/tdb/include/tdb.h
source3/lib/tdb/tools/tdbbackup.c
source3/lib/tdb/tools/tdbdump.c
source3/lib/tdb/tools/tdbtool.c
source3/lib/util_tdb.c