summaryrefslogtreecommitdiff
path: root/source3/smbd/notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/notify.c')
-rw-r--r--source3/smbd/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/notify.c b/source3/smbd/notify.c
index 872ec86644..d003cfa88f 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)) {