From e692b991d1c706261bf8efe16d9f8eedae8b1b3d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 26 Feb 2004 11:07:06 +0000 Subject: And another little const (This used to be commit f6bb3304fc5ef298a921b9ee5ad2f6444b0e72bc) --- source3/passdb/pdb_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/passdb/pdb_interface.c b/source3/passdb/pdb_interface.c index f5c198b2ea..06097d3557 100644 --- a/source3/passdb/pdb_interface.c +++ b/source3/passdb/pdb_interface.c @@ -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); -- cgit