1
0
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:
Stefan Metzmacher 2012-06-04 18:30:11 +02:00
parent 7ef4ae42fe
commit 5a122931ed

View File

@ -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) {