mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
Fix call to clistr_pull_talloc.
Jeremy.
This commit is contained in:
parent
822b2ead9b
commit
86700b7e2e
@ -665,7 +665,7 @@ bool cli_dfs_get_referral(TALLOC_CTX *ctx,
|
||||
goto out;
|
||||
}
|
||||
clistr_pull_talloc(ctx, cli, &referrals[i].dfspath,
|
||||
p+node_offset,
|
||||
p+node_offset, -1,
|
||||
STR_TERMINATE|STR_UNICODE );
|
||||
|
||||
if (!referrals[i].dfspath) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user