1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

r11518: Fix a warning

(This used to be commit 4a32df49e6)
This commit is contained in:
Volker Lendecke
2005-11-05 09:59:00 +00:00
committed by Gerald (Jerry) Carter
parent 6b6a739eca
commit f7d8ba6279

View File

@ -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);