]> git.sesse.net Git - rdpsrv/blobdiff - rdp.c
Valgrind fixes, re-request updates all the time.
[rdpsrv] / rdp.c
diff --git a/rdp.c b/rdp.c
index db74a32c40336fbdd6e8cbe9e9f6f9f27db37931..56a0f7c90e09ac84cb2993563c869f725a073f62 100644 (file)
--- 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;