From 57d4d5f2cd1ad7bae28f40478f4c2f9b6a475ce6 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 18 Jul 2007 00:18:57 +0000 Subject: [PATCH] r23941: Don't use "False" when you mean "MARSHALL". Jeremy. --- source/smbd/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/smbd/notify.c b/source/smbd/notify.c index 872ec866446..d003cfa88fc 100644 --- a/source/smbd/notify.c +++ b/source/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)) { -- 2.47.2