summaryrefslogtreecommitdiff
path: root/source3/modules
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/vfs_fileid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_fileid.c b/source3/modules/vfs_fileid.c
index 5954a10ddb..1cbd857a35 100644
--- a/source3/modules/vfs_fileid.c
+++ b/source3/modules/vfs_fileid.c
@@ -182,7 +182,7 @@ static int fileid_connect(struct vfs_handle_struct *handle,
struct fileid_handle_data *data;
const char *algorithm;
- data = talloc_zero(handle->conn->mem_ctx, struct fileid_handle_data);
+ data = talloc_zero(handle->conn, struct fileid_handle_data);
if (!data) {
DEBUG(0, ("talloc_zero() failed\n"));
return -1;