search for: smb_f_setlk

Displaying 1 result from an estimated 1 matches for "smb_f_setlk".

2003 Dec 01
0
No subject
...g/posix.c,v retrieving revision 1.19.4.6 diff -u -r1.19.4.6 posix.c --- locking/posix.c 2 Jul 2001 02:42:16 -0000 1.19.4.6 +++ locking/posix.c 13 Aug 2001 17:56:20 -0000 @@ -1123,8 +1123,8 @@ posix_lock_type_name(posix_lock_type), (double)offset, (double)count )); if (!posix_fcntl_lock(fsp,SMB_F_SETLK,offset,count,posix_lock_type)) { - DEBUG(5,("set_posix_lock: Lock fail !: Type = %s: offset = %.0f, count = %.0f\n", - posix_lock_type_name(posix_lock_type), (double)offset, (double)count )); + DEBUG(5,("set_posix_lock: Lock fail !: Type = %s: offset = %.0f, count = %.0f. Errn...