summaryrefslogtreecommitdiff
path: root/source4/lib/samba3/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/samba3/group.c')
-rw-r--r--source4/lib/samba3/group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/samba3/group.c b/source4/lib/samba3/group.c
index 78a04b3ff8..cf76bddffe 100644
--- a/source4/lib/samba3/group.c
+++ b/source4/lib/samba3/group.c
@@ -107,7 +107,7 @@ NTSTATUS samba3_read_grouptdb(const char *file, TALLOC_CTX *ctx, struct samba3_g
} else if (strncmp(kbuf.dptr, MEMBEROF_PREFIX, strlen(MEMBEROF_PREFIX)) == 0)
{
struct samba3_alias alias;
- char **member_strlist;
+ const char **member_strlist;
int i;
dbuf = tdb_fetch(tdb, kbuf);