1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

DEBUG cleanup.

J.F.
(This used to be commit 1ece80a6b70ab26eb1a8484134b536efa007f6f9)
This commit is contained in:
Jean-François Micouleau 2002-04-19 13:39:52 +00:00
parent b63be4e1ab
commit 8295173206

View File

@ -637,7 +637,7 @@ BOOL get_group_map_from_ntname(char *name, GROUP_MAP *map, BOOL with_priv)
PRIVILEGE_SET *set;
if(!init_group_mapping()) {
DEBUG(0,("failed to initialize group mapping"));
DEBUG(0,("get_group_map_from_ntname:failed to initialize group mapping"));
return(False);
}