summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clirap.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-03-28 13:34:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:59 -0500
commitfa322f0cc9c26a9537ba3f0a7d4e4a25941317e7 (patch)
treef4adb65254c3b9885ce23687df40f4822f4e5cb2 /source/libsmb/clirap.c
parent8f55fe4e4614d73c2534ca87745972f7550875ee (diff)
downloadsamba-fa322f0cc9c26a9537ba3f0a7d4e4a25941317e7.tar.gz
samba-fa322f0cc9c26a9537ba3f0a7d4e4a25941317e7.tar.xz
samba-fa322f0cc9c26a9537ba3f0a7d4e4a25941317e7.zip
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
which matches what samba4 has. also fix all the callers to prevent compiler warnings metze
Diffstat (limited to 'source/libsmb/clirap.c')
-rw-r--r--source/libsmb/clirap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/clirap.c b/source/libsmb/clirap.c
index 05dc36e91c3..4be03e16f07 100644
--- a/source/libsmb/clirap.c
+++ b/source/libsmb/clirap.c
@@ -334,7 +334,7 @@ BOOL cli_oem_change_password(struct cli_state *cli, const char *user, const char
#ifdef DEBUG_PASSWORD
DEBUG(100,("make_oem_passwd_hash\n"));
- dump_data(100, (char *)data, 516);
+ dump_data(100, data, 516);
#endif
SamOEMhash( (unsigned char *)data, (unsigned char *)old_pw_hash, 516);