X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=rdp5.c;h=e8fd59749ab8a86278be0b35c3bbc59792427d03;hp=ac544b882b0e8a8186268364c4ef5a2ac3650967;hb=1b88121b3e37f01bd226aa54f65f413f5d1fe49e;hpb=5e973666e6687d55db330a3596c05ffd53da2b95 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; } }