]> git.sesse.net Git - rdpsrv/blobdiff - secure.c
Removed some debugging stuff, correct RDP5 bitmap sending.
[rdpsrv] / secure.c
index 56c8bef117fba0929c4d2c3e129adfaf8be2bc44..4a16ceaec2cbbc0f2605f908d03a45cab060f63c 100644 (file)
--- a/secure.c
+++ b/secure.c
@@ -375,7 +375,7 @@ sec_send_to_channel(STREAM s, uint32 flags, uint16 channel)
                flags &= ~SEC_ENCRYPT;
                datalen = s->end - s->p - 8;
 
-#if WITH_DEBUG
+#if WITH_DEBUG && 0
                DEBUG(("Sending encrypted packet:\n"));
                hexdump(s->p + 8, datalen);
 #endif