1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r15603: True isn't a valid parameter here, PVFS_WAIT_TIMEOUT is...

(both are '1')

metze
(This used to be commit de9d04abcc)
This commit is contained in:
Stefan Metzmacher 2006-05-14 20:33:04 +00:00 committed by Gerald (Jerry) Carter
parent 0b069ab07e
commit 452ef0b40d

View 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;
}
}