summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-02-16 01:06:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:09 -0500
commit8d5ef34aa35406c32b00a75bcb3aed0c1c0979b3 (patch)
tree8992095443c5a3f67c7f65c06f8190dfb5487e0a /source3/lib
parent3e4cf56fa3f9d465d27dadaa6790bbcdea5d3cd9 (diff)
downloadsamba-8d5ef34aa35406c32b00a75bcb3aed0c1c0979b3.tar.gz
samba-8d5ef34aa35406c32b00a75bcb3aed0c1c0979b3.tar.bz2
samba-8d5ef34aa35406c32b00a75bcb3aed0c1c0979b3.zip
r13521: Implement LOOKUPNAME3 and 4.
Jeremy. (This used to be commit 6ec0e9124a1a7b19c9853b8e26075cbbb8751f10)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/util_unistr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c
index bc90314fce..892782b181 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;