mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
parent
6b6a739eca
commit
f7d8ba6279
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user