X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=rdp5.c;h=e8fd59749ab8a86278be0b35c3bbc59792427d03;hp=ac544b882b0e8a8186268364c4ef5a2ac3650967;hb=a089728102db1602cb96b01049aee0222f077444;hpb=40cde82f161a4891fb396e4f73087a9de7a5a978 diff --git a/rdp5.c b/rdp5.c index ac544b8..e8fd597 100644 --- a/rdp5.c +++ b/rdp5.c @@ -119,7 +119,7 @@ rdp5_process(STREAM s, BOOL encryption) break; } default: - printf("Unimplemented RDP5 opcode %d (len=%u)\n", type, length); + printf("Unimplemented RDP5 opcode %d\n", type); return; } }