mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
committed by
Gerald (Jerry) Carter
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)
|
} else if (strncmp(kbuf.dptr, MEMBEROF_PREFIX, strlen(MEMBEROF_PREFIX)) == 0)
|
||||||
{
|
{
|
||||||
struct samba3_alias alias;
|
struct samba3_alias alias;
|
||||||
char **member_strlist;
|
const char **member_strlist;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
dbuf = tdb_fetch(tdb, kbuf);
|
dbuf = tdb_fetch(tdb, kbuf);
|
||||||
|
Reference in New Issue
Block a user