summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_notify.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-06-12 13:17:51 +0200
committerVolker Lendecke <vl@samba.org>2010-06-12 15:42:55 +0200
commitf589909eb1ef6117007948f54c291775141be645 (patch)
tree80960bf2bb1e9431a5baffad1a90c26e669f1a21 /source3/smbd/smb2_notify.c
parent4a9b3e557f0a3b4049b301574461a39ef0e4ba09 (diff)
downloadsamba-f589909eb1ef6117007948f54c291775141be645.tar.gz
samba-f589909eb1ef6117007948f54c291775141be645.tar.bz2
samba-f589909eb1ef6117007948f54c291775141be645.zip
s3: change_notify_reply() does not need its "conn" argument
Diffstat (limited to 'source3/smbd/smb2_notify.c')
-rw-r--r--source3/smbd/smb2_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smb2_notify.c b/source3/smbd/smb2_notify.c
index 8b23caeb94..44dfce6657 100644
--- a/source3/smbd/smb2_notify.c
+++ b/source3/smbd/smb2_notify.c
@@ -283,7 +283,7 @@ static struct tevent_req *smbd_smb2_notify_send(TALLOC_CTX *mem_ctx,
* here.
*/
- change_notify_reply(fsp->conn, smbreq,
+ change_notify_reply(smbreq,
NT_STATUS_OK,
in_output_buffer_length,
fsp->notify,