]> git.sesse.net Git - rdpsrv/blobdiff - secure.c
Fix length for CJCF MCS packets.
[rdpsrv] / secure.c
index 3e0b17f90a0698f0f35bc53ed61adb0eb9e708c4..ba13a77c114a32745db06f55a261a7fc0611bcbb 100644 (file)
--- 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);