1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r17604: Fix a bug caught by g++.

Jeremy, please check this!

Volker
This commit is contained in:
Volker Lendecke 2006-08-18 13:37:36 +00:00 committed by Gerald (Jerry) Carter
parent 47facab798
commit 8117a7b3bf

View File

@ -4584,8 +4584,8 @@ size = %.0f, uid = %u, gid = %u, raw perms = 0%o\n",
count,
offset,
lock_type,
blocking_lock,
POSIX_LOCK,
blocking_lock,
&status);
if (br_lck && blocking_lock && ERROR_WAS_LOCK_DENIED(status)) {