Rev 678: apply upstream change notify fix from volker in http://samba.org/~tridge/3_0-ctdb

tridge at samba.org tridge at samba.org
Wed Nov 28 00:41:40 GMT 2007


------------------------------------------------------------
revno: 678
revision-id:tridge at samba.org-20071128004051-a5mgvc30c94u166a
parent: tridge at samba.org-20071123025611-1d005u7de1e7f564
committer: Andrew Tridgell <tridge at samba.org>
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;
 	}
 



More information about the samba-cvs mailing list