From: Jeremy Allison Date: Wed, 18 Jul 2007 00:18:57 +0000 (+0000) Subject: r23941: Don't use "False" when you mean "MARSHALL". X-Git-Tag: samba-4.0.0alpha6~801^2~5316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=921ac7da4f00b86b853dd0874c7ca0d4c8677486;p=thirdparty%2Fsamba.git r23941: Don't use "False" when you mean "MARSHALL". Jeremy. (This used to be commit 57d4d5f2cd1ad7bae28f40478f4c2f9b6a475ce6) --- diff --git a/source3/smbd/notify.c b/source3/smbd/notify.c index 872ec866446..d003cfa88fc 100644 --- a/source3/smbd/notify.c +++ b/source3/smbd/notify.c @@ -163,7 +163,7 @@ void change_notify_reply(const char *request_buf, uint32 max_param, 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)) {