Fix interesting bug found with make valgrindtest. When cancelling
authorJeremy Allison <jra@samba.org>
Fri, 4 Jan 2008 21:59:26 +0000 (13:59 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 4 Jan 2008 21:59:26 +0000 (13:59 -0800)
commit6503c7338e2c46bf3c660759c078ff51835a40e9
tree0fc97d17b31143f080e3a081a95bebe069a227b4
parentfadf9cc1ca1735471e2b3fdc111dbcb8de9fdcbe
Fix interesting bug found with make valgrindtest. When cancelling
a lock due to file closure make sure we null out the fsp pointer
so it isn't dangling. This is an old bug (not related to the new
changes).
Jeremy.
(This used to be commit b5ee972b0c04b4d119573d95ac458a3b6be30c5c)
source3/smbd/blocking.c