diff options
author | Günther Deschner <gd@samba.org> | 2006-02-10 23:54:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:03 -0500 |
commit | 8675ab8787729cd453fce71963362a6f88497d14 (patch) | |
tree | ed0ba4ee29811369573cbb10e8712c257404653e | |
parent | 06cf1e18e562cf350e657c69e38a40b7f2bbf697 (diff) | |
download | samba-8675ab8787729cd453fce71963362a6f88497d14.tar.gz samba-8675ab8787729cd453fce71963362a6f88497d14.tar.bz2 samba-8675ab8787729cd453fce71963362a6f88497d14.zip |
r13448: Fix the build (again).
Guenther
(This used to be commit 7eacb47660fdb4b0100a778062623ad74b755f34)
-rw-r--r-- | source3/rpcclient/cmd_samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c index ff9674b9fe..8dd711caa4 100644 --- a/source3/rpcclient/cmd_samr.c +++ b/source3/rpcclient/cmd_samr.c @@ -2021,6 +2021,6 @@ struct cmd_set samr_commands[] = { { "getdompwinfo", RPC_RTYPE_NTSTATUS, cmd_samr_get_dom_pwinfo, NULL, PI_SAMR, NULL, "Retrieve domain password info", "" }, { "lookupdomain", RPC_RTYPE_NTSTATUS, cmd_samr_lookup_domain, NULL, PI_SAMR, NULL, "Lookup Domain Name", "" }, - { "chgpasswd3", RPC_RTYPE_NTSTATUS, cmd_samr_chgpasswd, NULL, PI_SAMR, NULL, "Change user password", "" }, + { "chgpasswd3", RPC_RTYPE_NTSTATUS, cmd_samr_chgpasswd3, NULL, PI_SAMR, NULL, "Change user password", "" }, { NULL } }; |