mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r1645: added a debug when a RPC fault is received
This commit is contained in:
parent
573f56a447
commit
cb18309099
@ -615,6 +615,7 @@ NTSTATUS dcerpc_request(struct dcerpc_pipe *p,
|
||||
}
|
||||
|
||||
if (pkt.ptype == DCERPC_PKT_FAULT) {
|
||||
DEBUG(5,("rpc fault 0x%x\n", pkt.u.fault.status));
|
||||
p->last_fault_code = pkt.u.fault.status;
|
||||
return NT_STATUS_NET_WRITE_FAULT;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user