------------------------------------------------------------
revno: 678
revision-id:[EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
branch nick: s3-ctdb-tridge
timestamp: Wed 2007-11-28 11:40:51 +1100
message:
  apply upstream change notify fix from volker
modified:
  source/smbd/notify.c           notify.c-20070210173807-1wjifrbwaz6xnmgl-1020
=== modified file 'source/smbd/notify.c'
--- a/source/smbd/notify.c      2007-04-19 23:16:03 +0000
+++ b/source/smbd/notify.c      2007-11-28 00:40:51 +0000
@@ -136,6 +136,7 @@
 
        if (notify_buf->num_changes == -1) {
                change_notify_reply_packet(request_buf, NT_STATUS_OK);
+               notify_buf->num_changes = 0;
                return;
        }
 

Reply via email to