svn commit: samba r12065 - in branches/SAMBA_4_0/source/auth/credentials: .

metze at samba.org metze at samba.org
Mon Dec 5 06:55:21 GMT 2005


Author: metze
Date: 2005-12-05 06:55:20 +0000 (Mon, 05 Dec 2005)
New Revision: 12065

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

Log:
fix compiler warning

metze
Modified:
   branches/SAMBA_4_0/source/auth/credentials/credentials.h


Changeset:
Modified: branches/SAMBA_4_0/source/auth/credentials/credentials.h
===================================================================
--- branches/SAMBA_4_0/source/auth/credentials/credentials.h	2005-12-05 06:05:02 UTC (rev 12064)
+++ branches/SAMBA_4_0/source/auth/credentials/credentials.h	2005-12-05 06:55:20 UTC (rev 12065)
@@ -93,5 +93,5 @@
 	BOOL machine_account;
 
 	/* A list of valid GENSEC mechanisms for use on this account */
-	struct gensec_security_ops **gensec_list;
+	const struct gensec_security_ops **gensec_list;
 };



More information about the samba-cvs mailing list