X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=rdp.c;h=56a0f7c90e09ac84cb2993563c869f725a073f62;hp=db74a32c40336fbdd6e8cbe9e9f6f9f27db37931;hb=dbccf42e4424093cfc0f970d1fcfaad9ae60c954;hpb=0828aaaf6baf87035c646a410a88d1f296290c99 diff --git a/rdp.c b/rdp.c index db74a32..56a0f7c 100644 --- a/rdp.c +++ b/rdp.c @@ -72,7 +72,7 @@ rdp_recv(uint8 * type) #if WITH_DEBUG DEBUG(("RDP packet #%d, (type %x, length %u)\n", ++g_packetno, *type, length)); - hexdump(g_next_packet, length); + //hexdump(g_next_packet, length); #endif /* */ g_next_packet += length;