diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-06-29 22:17:17 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-07-02 09:11:00 +0200 |
commit | ef96e8c95867a23e664ef25b1a96e5796e51a72b (patch) | |
tree | 6370c5a3ae716d9a3a5697c6dbeb1361c7a3a027 /source3/include | |
parent | 8b94eb6cc8b0c63cf0787bd08ad469a72b0331c0 (diff) | |
download | samba-ef96e8c95867a23e664ef25b1a96e5796e51a72b.tar.gz samba-ef96e8c95867a23e664ef25b1a96e5796e51a72b.tar.bz2 samba-ef96e8c95867a23e664ef25b1a96e5796e51a72b.zip |
s3:smbd: simplify the notify code a bit and always reply via change_notify_reply() -> send_nt_replies()
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 3 insertions, 1 deletions
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); |