mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
r23941: Don't use "False" when you mean "MARSHALL".
Jeremy. (This used to be commit 57d4d5f2cd1ad7bae28f40478f4c2f9b6a475ce6)
This commit is contained in:
parent
cf09627894
commit
921ac7da4f
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user