1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

And another little const

(This used to be commit f6bb3304fc)
This commit is contained in:
Volker Lendecke 2004-02-26 11:07:06 +00:00
parent 0689a2630d
commit e692b991d1

View File

@ -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);