From 748f296a76a76d38525ad35df6658811cae60222 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 9 Feb 1999 19:51:44 +0000 Subject: removal of the use of unistrn2 function: replace it with unistr2_to_str which is more appropriate. (This used to be commit ac72fe1ab3d10f64a5945ccbd4ed3817e30f9f7b) --- source3/lib/domain_namemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/domain_namemap.c') diff --git a/source3/lib/domain_namemap.c b/source3/lib/domain_namemap.c index f095c8d764..892263f084 100644 --- a/source3/lib/domain_namemap.c +++ b/source3/lib/domain_namemap.c @@ -1070,7 +1070,7 @@ BOOL lookupsmbpwuid(uid_t uid, DOM_NAME_MAP *gmep) /************************************************************************* looks up by NT name, returns User Information. *************************************************************************/ -BOOL lookupsmbpwntnam(char *fullntname, DOM_NAME_MAP *gmep) +BOOL lookupsmbpwntnam(const char *fullntname, DOM_NAME_MAP *gmep) { DEBUG(10,("lookupsmbpwntnam: nt user name %s\n", fullntname)); -- cgit