mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3:libsmb: fix the talloc parent of clistr_pull_talloc() in cli_notify_done()
metze
This commit is contained in:
parent
7ef4ae42fe
commit
5a122931ed
@ -5039,7 +5039,7 @@ static void cli_notify_done(struct tevent_req *subreq)
|
||||
}
|
||||
|
||||
state->changes[i].action = IVAL(params, ofs+4);
|
||||
ret = clistr_pull_talloc(params, (char *)params, flags2,
|
||||
ret = clistr_pull_talloc(state->changes, (char *)params, flags2,
|
||||
&name, params+ofs+12, len,
|
||||
STR_TERMINATE|STR_UNICODE);
|
||||
if (ret == -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user