s3:locking:posix: remove uses of SMB_ASSERT() from get_windows_lock_ref_count()
authorMichael Adam <obnox@samba.org>
Thu, 10 Nov 2011 22:11:54 +0000 (23:11 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 25 Nov 2011 13:59:53 +0000 (14:59 +0100)
commit37f7a2c82d76fd5b9997686d8cbf1cf8a2180aac
treedbab0d9363189d055c4d435c69dd42d3d337a1b7
parent95e686d59c2e712b4e030c770a37dde18837e222
s3:locking:posix: remove uses of SMB_ASSERT() from  get_windows_lock_ref_count()

SMB_ASSERT is useless, since in non-developer build it does not actually
fail after the log message, but usual flow just continues.

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Nov 25 14:59:53 CET 2011 on sn-devel-104
source3/locking/posix.c