mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
parent
0689a2630d
commit
e692b991d1
@ -788,7 +788,7 @@ BOOL pdb_getgrgid(GROUP_MAP *map, gid_t gid)
|
||||
pdb_getgrgid(pdb_context, map, gid));
|
||||
}
|
||||
|
||||
BOOL pdb_getgrnam(GROUP_MAP *map, char *name)
|
||||
BOOL pdb_getgrnam(GROUP_MAP *map, const char *name)
|
||||
{
|
||||
struct pdb_context *pdb_context = pdb_get_static_context(False);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user