diff options
author | Jeremy Allison <jra@samba.org> | 2006-02-16 01:06:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:09 -0500 |
commit | 8d5ef34aa35406c32b00a75bcb3aed0c1c0979b3 (patch) | |
tree | 8992095443c5a3f67c7f65c06f8190dfb5487e0a /source3/lib/util_unistr.c | |
parent | 3e4cf56fa3f9d465d27dadaa6790bbcdea5d3cd9 (diff) | |
download | samba-8d5ef34aa35406c32b00a75bcb3aed0c1c0979b3.tar.gz samba-8d5ef34aa35406c32b00a75bcb3aed0c1c0979b3.tar.xz samba-8d5ef34aa35406c32b00a75bcb3aed0c1c0979b3.zip |
r13521: Implement LOOKUPNAME3 and 4.
Jeremy.
(This used to be commit 6ec0e9124a1a7b19c9853b8e26075cbbb8751f10)
Diffstat (limited to 'source3/lib/util_unistr.c')
-rw-r--r-- | source3/lib/util_unistr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c index bc90314fcec..892782b181c 100644 --- a/source3/lib/util_unistr.c +++ b/source3/lib/util_unistr.c @@ -291,7 +291,7 @@ int rpcstr_pull_unistr2_fstring(char *dest, UNISTR2 *src) * have been to manually talloc_strdup them in rpc_client/cli_netlogon.c. */ -char *rpcstr_pull_unistr2_talloc(TALLOC_CTX *mem_ctx, UNISTR2 *src) +char *rpcstr_pull_unistr2_talloc(TALLOC_CTX *mem_ctx, const UNISTR2 *src) { pstring tmp; size_t result; |