From a42bbe3cdffe8f0cfdf19583c981f1a18e4cc331 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 23 Dec 2004 04:09:25 +0000 Subject: r4341: Fix const warning. (This used to be commit d8b1ba93a8ed0d5d01cb05b1c14353a0eca4de3e) --- source4/utils/net/net_password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/utils') diff --git a/source4/utils/net/net_password.c b/source4/utils/net/net_password.c index 14b48e301e..8828b960ee 100644 --- a/source4/utils/net/net_password.c +++ b/source4/utils/net/net_password.c @@ -165,7 +165,7 @@ static int net_password_set_help(struct net_context *ctx, int argc, const char * 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} -- cgit