summaryrefslogtreecommitdiff
path: root/source3/smbd/pipes.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-27 15:20:25 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-28 15:46:58 +0200
commitd5cc067367ec58a011c69570d3fe6bf778c565e2 (patch)
tree9cee41de528c86e248cb30f85b5f27614c199b55 /source3/smbd/pipes.c
parent4783f84264d850bbceb995a1454eb01671e0c026 (diff)
downloadsamba-d5cc067367ec58a011c69570d3fe6bf778c565e2.tar.gz
samba-d5cc067367ec58a011c69570d3fe6bf778c565e2.tar.bz2
samba-d5cc067367ec58a011c69570d3fe6bf778c565e2.zip
s3:smbd: make fsp->fake_file_handle a talloc child of fsp
metze
Diffstat (limited to 'source3/smbd/pipes.c')
-rw-r--r--source3/smbd/pipes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c
index aff5f53495..e2c0cdc2f3 100644
--- a/source3/smbd/pipes.c
+++ b/source3/smbd/pipes.c
@@ -65,7 +65,7 @@ NTSTATUS open_np_file(struct smb_request *smb_req, const char *name,
return status;
}
- status = np_open(NULL, name, conn->client_address,
+ status = np_open(fsp, name, conn->client_address,
conn->server_info, &fsp->fake_file_handle);
if (!NT_STATUS_IS_OK(status)) {
DEBUG(10, ("np_open(%s) returned %s\n", name,