r4201: Remove duplicate const.
authorTim Potter <tpot@samba.org>
Tue, 14 Dec 2004 06:25:19 +0000 (06:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:26 +0000 (13:07 -0500)
(This used to be commit 1d96717843a9b60a757548a24967bbb553775fa3)

source4/utils/net/net.c

index 199f0429d6f0584017793b7fa465d50089847333..022bb9225ec2279061f1c5edd43cf18d550266d0 100644 (file)
@@ -136,7 +136,7 @@ static int net_help_usage(struct net_context *ctx, int argc, const char **argv)
 }
 
 /* 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},