r22001: change prototype of dump_data(), so that it takes unsigned char * now,
[samba.git] / source3 / rpc_server / srv_netlog_nt.c
index b8c776964e9070d3201f208623c88b429332f225..0c12cb3b7c5e6466013a2fbba62eb6f2050af386 100644 (file)
@@ -296,7 +296,7 @@ static NTSTATUS get_md4pw(char *md4pw, char *mach_acct, uint16 sec_chan_type)
        }
 
        memcpy(md4pw, pass, 16);
-       dump_data(5, md4pw, 16);
+       dump_data(5, (uint8 *)md4pw, 16);
 
        TALLOC_FREE(sampass);