summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-06-29 22:17:17 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-02 09:11:00 +0200
commitef96e8c95867a23e664ef25b1a96e5796e51a72b (patch)
tree6370c5a3ae716d9a3a5697c6dbeb1361c7a3a027 /source3/smbd/nttrans.c
parent8b94eb6cc8b0c63cf0787bd08ad469a72b0331c0 (diff)
downloadsamba-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/smbd/nttrans.c')
-rw-r--r--source3/smbd/nttrans.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c
index 368a1a8f98..9cd35d5ebb 100644
--- a/source3/smbd/nttrans.c
+++ b/source3/smbd/nttrans.c
@@ -1592,7 +1592,9 @@ static void call_nt_transact_notify_change(connection_struct *conn,
* here.
*/
- change_notify_reply(fsp->conn, req, max_param_count,
+ change_notify_reply(fsp->conn, req,
+ NT_STATUS_OK,
+ max_param_count,
fsp->notify);
/*