svn commit: samba r4341 - in branches/SAMBA_4_0/source/utils/net: .

tpot at samba.org tpot at samba.org
Thu Dec 23 04:09:26 GMT 2004


Author: tpot
Date: 2004-12-23 04:09:25 +0000 (Thu, 23 Dec 2004)
New Revision: 4341

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

Log:
Fix const warning.

Modified:
   branches/SAMBA_4_0/source/utils/net/net_password.c


Changeset:
Modified: branches/SAMBA_4_0/source/utils/net/net_password.c
===================================================================
--- branches/SAMBA_4_0/source/utils/net/net_password.c	2004-12-23 03:02:57 UTC (rev 4340)
+++ branches/SAMBA_4_0/source/utils/net/net_password.c	2004-12-23 04:09:25 UTC (rev 4341)
@@ -165,7 +165,7 @@
 	return 0;	
 }
 
-static const struct net_functable const net_password_functable[] = {
+static const struct net_functable net_password_functable[] = {
 	{"change", net_password_change, net_password_change_usage,  net_password_change_help},
 	{"set", net_password_set, net_password_set_usage,  net_password_set_help},
 	{NULL, NULL}



More information about the samba-cvs mailing list