1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

pvfs_open: the pvfs_odb_retry structs need to be children of the request

Otherwise they're not cleaned up when the request is finished.

metze
(This used to be commit 055760f0f4aadd2079b0a4999b59ac3dbe5edf8a)
This commit is contained in:
Stefan Metzmacher 2008-03-15 12:35:04 +01:00
parent 1f65ddb336
commit 74d940ca57

View File

@ -881,8 +881,6 @@ NTSTATUS pvfs_odb_retry_setup(struct ntvfs_module_context *ntvfs,
talloc_steal(r, wait_handle);
talloc_steal(pvfs, r);
return NT_STATUS_OK;
}