From ef96e8c95867a23e664ef25b1a96e5796e51a72b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 29 Jun 2009 22:17:17 +0200 Subject: s3:smbd: simplify the notify code a bit and always reply via change_notify_reply() -> send_nt_replies() metze --- source3/include/proto.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index a3ae1ddad7..05ef6fe00d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6466,7 +6466,9 @@ void reply_negprot(struct smb_request *req); /* The following definitions come from smbd/notify.c */ void change_notify_reply(connection_struct *conn, - struct smb_request *req, uint32 max_param, + struct smb_request *req, + NTSTATUS status, + uint32_t max_param, struct notify_change_buf *notify_buf); NTSTATUS change_notify_create(struct files_struct *fsp, uint32 filter, bool recursive); -- cgit