X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=rdp.c;fp=rdp.c;h=bcb1bd8c05f445b20b0441ce02d0a040e765603a;hp=4ea369807335fc929a60c15ee8037b632c2a41ef;hb=1b88121b3e37f01bd226aa54f65f413f5d1fe49e;hpb=5e973666e6687d55db330a3596c05ffd53da2b95 diff --git a/rdp.c b/rdp.c index 4ea3698..bcb1bd8 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;