From f589909eb1ef6117007948f54c291775141be645 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Jun 2010 13:17:51 +0200 Subject: s3: change_notify_reply() does not need its "conn" argument --- source3/smbd/smb2_notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/smb2_notify.c') 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, -- cgit