1
0
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:
Jeremy Allison 2007-12-07 12:08:55 -08:00
parent 822b2ead9b
commit 86700b7e2e

View File

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