From 3c5811c272db98d037892d26cf5eb22275c1e6e4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 10 Aug 2007 14:01:14 +0000 Subject: r24314: Attempt to fix bug 4868 (This used to be commit 0ced8fcfe124f99159061143f29775aacd6e1c8f) --- source3/smbd/notify.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/notify.c') 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; } -- cgit