diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/domain_namemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |