X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=secure.c;fp=secure.c;h=4a16ceaec2cbbc0f2605f908d03a45cab060f63c;hp=56c8bef117fba0929c4d2c3e129adfaf8be2bc44;hb=d7f4fdca92c39405a79d71d3910ff114e0a692f0;hpb=99f2e8c32508ab193c1d42221c86cb7fca4be9ab diff --git a/secure.c b/secure.c index 56c8bef..4a16cea 100644 --- 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