rpcrt4: Make the fixme for an unhandled packet type more useful by printing the code of the unhandled packet type.
This commit is contained in:
parent
4de56b1b4d
commit
9fb15b4105
|
@ -287,7 +287,7 @@ static void RPCRT4_process_packet(RpcConnection* conn, RpcPktHdr* hdr, RPC_MESSA
|
|||
break;
|
||||
|
||||
default:
|
||||
FIXME("unhandled packet type\n");
|
||||
FIXME("unhandled packet type %u\n", hdr->common.ptype);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue