]> git.sesse.net Git - rdpsrv/commitdiff
Remove an irritating debug message.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 4 Feb 2005 17:28:43 +0000 (17:28 +0000)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 4 Feb 2005 17:28:43 +0000 (17:28 +0000)
mcs.c
secure.c

diff --git a/mcs.c b/mcs.c
index f6a945a411ae7213a26e10abbbc9cfa0eedf7a1e..7d70e7568a80123ae690bbb3d033ad9f8aa3303f 100644 (file)
--- a/mcs.c
+++ b/mcs.c
@@ -141,6 +141,7 @@ mcs_parse_domain_params(STREAM s)
                printf("max_pdusize=%u\n", max_pdusize);
                printf("ver_protocol=%u\n", ver_protocol);
        } else {
+               hexdump(s->p, length);
                in_uint8s(s, length);
        }
        
index 724ff189bdc6e46518b07cfdd8b154ee827d3cc5..ba13a77c114a32745db06f55a261a7fc0611bcbb 100644 (file)
--- a/secure.c
+++ b/secure.c
@@ -343,7 +343,7 @@ sec_send_to_channel(STREAM s, uint32 flags, uint16 channel)
 {
        int datalen;
 
-       DEBUG(("sending packet to channel %u", channel));
+//     DEBUG(("sending packet to channel %u\n", channel));
        
        s_pop_layer(s, sec_hdr);
 //     if (!g_licence_issued || (flags & SEC_ENCRYPT))