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

jra at samba.org jra at samba.org
Wed Jul 18 00:18:59 GMT 2007


Author: jra
Date: 2007-07-18 00:18:57 +0000 (Wed, 18 Jul 2007)
New Revision: 23941

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

Log:
Don't use "False" when you mean "MARSHALL".
Jeremy.

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-07-17 23:57:13 UTC (rev 23940)
+++ branches/SAMBA_3_0_25/source/smbd/notify.c	2007-07-18 00:18:57 UTC (rev 23941)
@@ -163,7 +163,7 @@
 		return;
 	}
 
-	prs_init(&ps, 0, NULL, False);
+	prs_init(&ps, 0, NULL, MARSHALL);
 
 	if (!notify_marshall_changes(notify_buf->num_changes, max_param,
 					notify_buf->changes, &ps)) {

Modified: branches/SAMBA_3_2/source/smbd/notify.c
===================================================================
--- branches/SAMBA_3_2/source/smbd/notify.c	2007-07-17 23:57:13 UTC (rev 23940)
+++ branches/SAMBA_3_2/source/smbd/notify.c	2007-07-18 00:18:57 UTC (rev 23941)
@@ -163,7 +163,7 @@
 		return;
 	}
 
-	prs_init(&ps, 0, NULL, False);
+	prs_init(&ps, 0, NULL, MARSHALL);
 
 	if (!notify_marshall_changes(notify_buf->num_changes, max_param,
 					notify_buf->changes, &ps)) {

Modified: branches/SAMBA_3_2_0/source/smbd/notify.c
===================================================================
--- branches/SAMBA_3_2_0/source/smbd/notify.c	2007-07-17 23:57:13 UTC (rev 23940)
+++ branches/SAMBA_3_2_0/source/smbd/notify.c	2007-07-18 00:18:57 UTC (rev 23941)
@@ -162,7 +162,7 @@
 		return;
 	}
 
-	prs_init(&ps, 0, NULL, False);
+	prs_init(&ps, 0, NULL, MARSHALL);
 
 	if (!notify_marshall_changes(notify_buf->num_changes, max_param,
 					notify_buf->changes, &ps)) {



More information about the samba-cvs mailing list