Slightly simplify logic in process_lockingX()
authorVolker Lendecke <vl@samba.org>
Tue, 4 Nov 2008 13:35:44 +0000 (14:35 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 4 Nov 2008 19:52:07 +0000 (20:52 +0100)
commit3376e7a6a061c0d681a6a0e5c3aedfc82c36f65f
treea477410bba1be598f0cee80326b26dd559015410
parent59e237cae55e43b1276ebe644752c8c5d2ab74e4
Slightly simplify logic in process_lockingX()

The "else" is pointless here, we did a "return True" in the if branch.
source3/smbd/blocking.c