tdb: Simplify fcntl_lock() a bit
authorVolker Lendecke <vl@samba.org>
Sat, 16 Feb 2013 13:17:57 +0000 (14:17 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 19 Feb 2013 14:46:45 +0000 (15:46 +0100)
commit1f93f0836484ccc1abe335f5bd2cfd35df0b7631
treefe31bb8e0fc335731ca83bf664d754dd41bcb8d2
parent542400a966039178effd6c8da932ed3a8d749131
tdb: Simplify fcntl_lock() a bit

All arguments but the cmd are the same. To me this looks a bit better
and saves some bytes in the object code.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/tdb/common/lock.c