1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

And another little const

(This used to be commit f6bb3304fc5ef298a921b9ee5ad2f6444b0e72bc)
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)); 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); struct pdb_context *pdb_context = pdb_get_static_context(False);