svn commit: samba r24314 - in branches: SAMBA_3_0_25/source/smbd SAMBA_3_2/source/smbd SAMBA_3_2_0/source/smbd

vlendec at samba.org vlendec at samba.org
Fri Aug 10 14:01:19 GMT 2007


Author: vlendec
Date: 2007-08-10 14:01:14 +0000 (Fri, 10 Aug 2007)
New Revision: 24314

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24314

Log:
Attempt to fix bug 4868

Modified:
   branches/SAMBA_3_0_25/source/smbd/notify.c
   branches/SAMBA_3_2/source/smbd/notify.c
   branches/SAMBA_3_2_0/source/smbd/notify.c


Changeset:
Modified: branches/SAMBA_3_0_25/source/smbd/notify.c
===================================================================
--- branches/SAMBA_3_0_25/source/smbd/notify.c	2007-08-10 11:53:52 UTC (rev 24313)
+++ branches/SAMBA_3_0_25/source/smbd/notify.c	2007-08-10 14:01:14 UTC (rev 24314)
@@ -160,6 +160,7 @@
 
 	if (notify_buf->num_changes == -1) {
 		change_notify_reply_packet(request_buf, NT_STATUS_OK);
+		notify_buf->num_changes = 0;
 		return;
 	}
 

Modified: branches/SAMBA_3_2/source/smbd/notify.c
===================================================================
--- branches/SAMBA_3_2/source/smbd/notify.c	2007-08-10 11:53:52 UTC (rev 24313)
+++ branches/SAMBA_3_2/source/smbd/notify.c	2007-08-10 14:01:14 UTC (rev 24314)
@@ -160,6 +160,7 @@
 
 	if (notify_buf->num_changes == -1) {
 		change_notify_reply_packet(request_buf, NT_STATUS_OK);
+		notify_buf->num_changes = 0;
 		return;
 	}
 

Modified: branches/SAMBA_3_2_0/source/smbd/notify.c
===================================================================
--- branches/SAMBA_3_2_0/source/smbd/notify.c	2007-08-10 11:53:52 UTC (rev 24313)
+++ branches/SAMBA_3_2_0/source/smbd/notify.c	2007-08-10 14:01:14 UTC (rev 24314)
@@ -159,6 +159,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