mirror of
https://github.com/samba-team/samba.git
synced 2025-10-29 04:23:51 +03:00
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
x86_64 box.
Jeremy.
(This used to be commit d720867a78)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
afca439d19
commit
8d7c886671
@@ -31,8 +31,8 @@
|
||||
**********************************************************/
|
||||
|
||||
static NTSTATUS just_change_the_password(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
|
||||
unsigned char orig_trust_passwd_hash[16],
|
||||
unsigned char new_trust_passwd_hash[16],
|
||||
const unsigned char orig_trust_passwd_hash[16],
|
||||
const unsigned char new_trust_passwd_hash[16],
|
||||
uint32 sec_channel_type)
|
||||
{
|
||||
NTSTATUS result;
|
||||
|
||||
Reference in New Issue
Block a user