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)
commitb5ee972b0c04b4d119573d95ac458a3b6be30c5c
tree1eb99bdb9330b8662db4ca4587a87d7774b0235f
parent3a62a177ba758b325ab98e9d77d302bc382e0df8
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.
source/smbd/blocking.c