From e07525eabdf9d6430a683dc809b453212e764fd5 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 14 Dec 2004 06:25:19 +0000 Subject: r4201: Remove duplicate const. (This used to be commit 1d96717843a9b60a757548a24967bbb553775fa3) --- source4/utils/net/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/utils') diff --git a/source4/utils/net/net.c b/source4/utils/net/net.c index 199f0429d6..022bb9225e 100644 --- a/source4/utils/net/net.c +++ b/source4/utils/net/net.c @@ -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}, -- cgit