mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s4:librpc/rpc: fix DEBUG() message
metze
This commit is contained in:
parent
abe7648609
commit
87737f8946
@ -448,7 +448,7 @@ static NTSTATUS ncacn_push_request_sign(struct dcerpc_connection *c,
|
||||
}
|
||||
|
||||
if (creds2.length != sig_size) {
|
||||
DEBUG(0,("dcesrv_auth_response: creds2.length[%u] != sig_size[%u] pad[%u] stub[%u]\n",
|
||||
DEBUG(0,("ncacn_push_request_sign: creds2.length[%u] != sig_size[%u] pad[%u] stub[%u]\n",
|
||||
creds2.length, (uint32_t)sig_size,
|
||||
c->security_state.auth_info->auth_pad_length,
|
||||
pkt->u.request.stub_and_verifier.length));
|
||||
|
Loading…
Reference in New Issue
Block a user