summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_open.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-03-15 12:35:04 +0100
committerStefan Metzmacher <metze@samba.org>2008-03-15 12:35:04 +0100
commit74d940ca5742a021a01e8820be40a69366f67ee6 (patch)
treed33413f324e68b154ccb3e212492b6cf6157b83c /source4/ntvfs/posix/pvfs_open.c
parent1f65ddb33678e44fe6f6d10af42842f11bd10cc5 (diff)
downloadsamba-74d940ca5742a021a01e8820be40a69366f67ee6.tar.gz
samba-74d940ca5742a021a01e8820be40a69366f67ee6.tar.bz2
samba-74d940ca5742a021a01e8820be40a69366f67ee6.zip
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)
Diffstat (limited to 'source4/ntvfs/posix/pvfs_open.c')
-rw-r--r--source4/ntvfs/posix/pvfs_open.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/pvfs_open.c b/source4/ntvfs/posix/pvfs_open.c
index 1399f120a7..d1cb0eb603 100644
--- a/source4/ntvfs/posix/pvfs_open.c
+++ b/source4/ntvfs/posix/pvfs_open.c
@@ -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;
}