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:
parent
0b069ab07e
commit
452ef0b40d
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user