mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
r11518: Fix a warning
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
848522d1b6
commit
4a32df49e6
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user