diff options
Diffstat (limited to 'source3/lib/domain_namemap.c')
-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 892263f084..156e4e7d35 100644 --- a/source3/lib/domain_namemap.c +++ b/source3/lib/domain_namemap.c @@ -364,7 +364,7 @@ static BOOL unix_name_to_nt_name_info(DOM_NAME_MAP *map, DOM_MAP_TYPE type) if (type == DOM_MAP_USER) { - struct passwd *pwptr = Get_Pwnam(map->unix_name, False); + const struct passwd *pwptr = Get_Pwnam(map->unix_name, False); if (pwptr == NULL) { DEBUG(0,("unix_name_to_nt_name_info: Get_Pwnam for user %s\ |