r24791: Fix logic error in timeout of blocking lock processing found by
authorJeremy Allison <jra@samba.org>
Wed, 29 Aug 2007 20:49:09 +0000 (20:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:22 +0000 (12:30 -0500)
commit45380f356b99d575645873b05af17c504b091dc8
tree2ccbdcab1d39d3565bb0673f6bb63f0491f0a391
parent30d99d8ac3379caadc5bdb353977149d1ee16403
r24791: Fix logic error in timeout of blocking lock processing found by
Ronnie. If a lock timeout expires, we must check we can get the
lock before responding with failure. Volker is writing a torture test.
Jeremy.
source/smbd/blocking.c