svn commit: samba r11518 - in branches/SAMBA_4_0/source/lib/samba3: .

vlendec at samba.org vlendec at samba.org
Sat Nov 5 09:59:00 GMT 2005


Author: vlendec
Date: 2005-11-05 09:59:00 +0000 (Sat, 05 Nov 2005)
New Revision: 11518

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11518

Log:
Fix a warning
Modified:
   branches/SAMBA_4_0/source/lib/samba3/group.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/samba3/group.c
===================================================================
--- branches/SAMBA_4_0/source/lib/samba3/group.c	2005-11-05 09:34:07 UTC (rev 11517)
+++ branches/SAMBA_4_0/source/lib/samba3/group.c	2005-11-05 09:59:00 UTC (rev 11518)
@@ -107,7 +107,7 @@
 		} 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);



More information about the samba-cvs mailing list