From 8117a7b3bf3f273dd018c42864b3136dec47ec79 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 18 Aug 2006 13:37:36 +0000 Subject: [PATCH] r17604: Fix a bug caught by g++. Jeremy, please check this! Volker --- source/smbd/trans2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c index d2806753d37..b4799d83cce 100644 --- a/source/smbd/trans2.c +++ b/source/smbd/trans2.c @@ -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)) { -- 2.11.4.GIT