r15603: True isn't a valid parameter here, PVFS_WAIT_TIMEOUT is...
authorStefan Metzmacher <metze@samba.org>
Sun, 14 May 2006 20:33:04 +0000 (20:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:06:03 +0000 (14:06 -0500)
(both are '1')

metze
(This used to be commit de9d04abcceae7b1e21f521d0bb2fa5129c237b2)

source4/ntvfs/posix/pvfs_lock.c

index 4dbb13cb429c0b378462cc95ca8783c8b2b22675..0558fd52ea43467e97550207f324462495004dc2 100644 (file)
@@ -258,7 +258,7 @@ static NTSTATUS pvfs_lock_cancel(struct pvfs_state *pvfs, struct ntvfs_request *
 
                        /* an exact match! we can cancel it, which is equivalent
                           to triggering the timeout early */
-                       pvfs_pending_lock_continue(p ,True);
+                       pvfs_pending_lock_continue(p, PVFS_WAIT_TIMEOUT);
                        return NT_STATUS_OK;
                }
        }