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

tpot at samba.org tpot at samba.org
Tue Dec 14 06:25:19 GMT 2004


Author: tpot
Date: 2004-12-14 06:25:19 +0000 (Tue, 14 Dec 2004)
New Revision: 4201

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

Log:
Remove duplicate const.

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


Changeset:
Modified: branches/SAMBA_4_0/source/utils/net/net.c
===================================================================
--- branches/SAMBA_4_0/source/utils/net/net.c	2004-12-14 06:23:01 UTC (rev 4200)
+++ branches/SAMBA_4_0/source/utils/net/net.c	2004-12-14 06:25:19 UTC (rev 4201)
@@ -136,7 +136,7 @@
 }
 
 /* main function table */
-static const struct net_functable const net_functable[] = {
+static const struct net_functable net_functable[] = {
 	{"password", net_password, net_password_usage, net_password_help},
 	{"time", net_time, net_time_usage, net_time_help},
 



More information about the samba-cvs mailing list