summaryrefslogtreecommitdiff
path: root/source3/smbd/notify.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-10 14:01:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:27 -0500
commit3c5811c272db98d037892d26cf5eb22275c1e6e4 (patch)
tree868e19ee5e20dd291e2318627347cdab4841a837 /source3/smbd/notify.c
parent5cc4dbd44930bdf3f5ec8a177ea94f6b68fdb1c9 (diff)
downloadsamba-3c5811c272db98d037892d26cf5eb22275c1e6e4.tar.gz
samba-3c5811c272db98d037892d26cf5eb22275c1e6e4.tar.bz2
samba-3c5811c272db98d037892d26cf5eb22275c1e6e4.zip
r24314: Attempt to fix bug 4868
(This used to be commit 0ced8fcfe124f99159061143f29775aacd6e1c8f)
Diffstat (limited to 'source3/smbd/notify.c')
-rw-r--r--source3/smbd/notify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/notify.c b/source3/smbd/notify.c
index d003cfa88f..6c77f4c270 100644
--- a/source3/smbd/notify.c
+++ b/source3/smbd/notify.c
@@ -160,6 +160,7 @@ void change_notify_reply(const char *request_buf, uint32 max_param,
if (notify_buf->num_changes == -1) {
change_notify_reply_packet(request_buf, NT_STATUS_OK);
+ notify_buf->num_changes = 0;
return;
}