summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidfs.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-12-07 12:08:55 -0800
committerJeremy Allison <jra@samba.org>2007-12-07 12:08:55 -0800
commit590da03ba342ea51561822512322d846bc4faade (patch)
treeacf6fadde1210fa087c0623c959c57a1de33c941 /source3/libsmb/clidfs.c
parent8404873851a68a1725cb22db81630ebf7248c778 (diff)
downloadsamba-590da03ba342ea51561822512322d846bc4faade.tar.gz
samba-590da03ba342ea51561822512322d846bc4faade.tar.bz2
samba-590da03ba342ea51561822512322d846bc4faade.zip
Fix call to clistr_pull_talloc.
Jeremy. (This used to be commit 86700b7e2e79e634b41c272632e42b2e64f58ba3)
Diffstat (limited to 'source3/libsmb/clidfs.c')
-rw-r--r--source3/libsmb/clidfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c
index 5f95487d3f..f124821e62 100644
--- a/source3/libsmb/clidfs.c
+++ b/source3/libsmb/clidfs.c
@@ -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) {