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;
 };

Reply via email to