summaryrefslogtreecommitdiff
path: root/source3/libsmb/clirap.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-08-10 04:59:05 +0000
committerTim Potter <tpot@samba.org>2001-08-10 04:59:05 +0000
commitc4495240f63c2bae164d4ef29ab9af2d3d87aec1 (patch)
tree097e28fc8416aec0392e59d05937b92771775b63 /source3/libsmb/clirap.c
parentde5f42c9d9172592779fa2504d44544e3b6b1c0d (diff)
downloadsamba-c4495240f63c2bae164d4ef29ab9af2d3d87aec1.tar.gz
samba-c4495240f63c2bae164d4ef29ab9af2d3d87aec1.tar.bz2
samba-c4495240f63c2bae164d4ef29ab9af2d3d87aec1.zip
Changed the order of arguments in make_oem_passwd_hash(). All the other
encryption functions have outputs as the last arguments. (This used to be commit fb60798a771a7a2358d78e5cef97487addf930e7)
Diffstat (limited to 'source3/libsmb/clirap.c')
-rw-r--r--source3/libsmb/clirap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clirap.c b/source3/libsmb/clirap.c
index c16fe2d08d..c649aedfba 100644
--- a/source3/libsmb/clirap.c
+++ b/source3/libsmb/clirap.c
@@ -329,7 +329,7 @@ BOOL cli_oem_change_password(struct cli_state *cli, const char *user, const char
clistr_push(cli, dos_new_password, new_password, -1, STR_TERMINATE);
- if (!make_oem_passwd_hash( data, dos_new_password, old_pw_hash, False))
+ if (!make_oem_passwd_hash(dos_new_password, old_pw_hash, False, data))
return False;
/*