summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
Diffstat (limited to 'source4/utils')
-rw-r--r--source4/utils/net/net_password.c2
1 files changed, 1 insertions, 1 deletions
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}