git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b07d37
)
r4341: Fix const warning.
author
Tim Potter
<tpot@samba.org>
Thu, 23 Dec 2004 04:09:25 +0000
(
04:09
+0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:07:36 +0000
(13:07 -0500)
(This used to be commit
d8b1ba93a8ed0d5d01cb05b1c14353a0eca4de3e
)
source4/utils/net/net_password.c
patch
|
blob
|
history
diff --git
a/source4/utils/net/net_password.c
b/source4/utils/net/net_password.c
index 14b48e301eff8437845958d17a083983de696a04..8828b960ee335881188deaa8ed144a7ff0c48086 100644
(file)
--- 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}