diff options
author | Tim Potter <tpot@samba.org> | 2004-12-14 06:25:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:26 -0500 |
commit | e07525eabdf9d6430a683dc809b453212e764fd5 (patch) | |
tree | 470308b8f6a8740e8065ed1610b9fa26fad81957 /source4 | |
parent | b8c47b9b96fe17cd48ae94cd932ad721e3bef2df (diff) | |
download | samba-e07525eabdf9d6430a683dc809b453212e764fd5.tar.gz samba-e07525eabdf9d6430a683dc809b453212e764fd5.tar.bz2 samba-e07525eabdf9d6430a683dc809b453212e764fd5.zip |
r4201: Remove duplicate const.
(This used to be commit 1d96717843a9b60a757548a24967bbb553775fa3)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/utils/net/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |