mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
r4637: log packets when the server code returns an DCERPC_FAULT
metze (This used to be commit 64805e5dc58ad1d1fefc3e36158131fa2d531592)
This commit is contained in:
parent
e2c71f0bf5
commit
d4f4f4b9f3
@ -124,6 +124,8 @@ pidl "
|
||||
}
|
||||
|
||||
if (dce_call->fault_code != 0) {
|
||||
dcerpc_log_packet(&dcerpc_table_$name, opnum, NDR_IN,
|
||||
&dce_call->pkt.u.request.stub_and_verifier);
|
||||
return NT_STATUS_NET_WRITE_FAULT;
|
||||
}
|
||||
|
||||
|
@ -131,8 +131,11 @@ pidl "
|
||||
}
|
||||
|
||||
if (dce_call->fault_code != 0) {
|
||||
dcerpc_log_packet(&dcerpc_table_$name, opnum, NDR_IN,
|
||||
&dce_call->pkt.u.request.stub_and_verifier);
|
||||
return NT_STATUS_NET_WRITE_FAULT;
|
||||
}
|
||||
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user