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)) {
