X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=secure.c;h=ba13a77c114a32745db06f55a261a7fc0611bcbb;hp=3e0b17f90a0698f0f35bc53ed61adb0eb9e708c4;hb=cab129c4c404f2b6f45c895bb18c8d5f936a636f;hpb=108dfcdf9ffdb01149173feacc2592a8a359be74 diff --git a/secure.c b/secure.c index 3e0b17f..ba13a77 100644 --- a/secure.c +++ b/secure.c @@ -343,6 +343,8 @@ sec_send_to_channel(STREAM s, uint32 flags, uint16 channel) { int datalen; +// DEBUG(("sending packet to channel %u\n", channel)); + s_pop_layer(s, sec_hdr); // if (!g_licence_issued || (flags & SEC_ENCRYPT)) out_uint32_le(s, flags);