Second part of the fix for bug 6828 - infinite timeout occurs when byte lock held...
commit31bb625273aac6e3e19f95465580b3bcb1885549
authorJeremy Allison <jra@samba.org>
Tue, 27 Oct 2009 18:55:34 +0000 (27 11:55 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 10 Nov 2009 11:28:36 +0000 (10 12:28 +0100)
tree8708ff931d201d678f43993252eff9262116c43e
parentf871ff6367b7bd1b49e8aab649f614fd511bfa6a
Second part of the fix for bug 6828 - infinite timeout occurs when byte lock held outside of samba. Fixes case where a connection with a pending lock can me marked "idle", and ensures that the lock queue timeout is always recalculated. Jeremy.
source/smbd/blocking.c