summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ssl-utils.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-30 19:41:29 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-30 19:41:29 +0000
commit9f6bfbacdb98976a2a719aa6154c64000afc8570 (patch)
treec8beeaaf7a8ce6b2db4493291a3610f5e7959b3c /epan/dissectors/packet-ssl-utils.c
parent509c2203ebac8c935787c7508782f0581d577b33 (diff)
downloadwireshark-9f6bfbacdb98976a2a719aa6154c64000afc8570.tar.gz
From Andreas Heise:
Remove a debug line. svn path=/trunk/; revision=40774
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.c')
-rw-r--r--epan/dissectors/packet-ssl-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ssl-utils.c b/epan/dissectors/packet-ssl-utils.c
index ba6344cbb9..1b5af3923c 100644
--- a/epan/dissectors/packet-ssl-utils.c
+++ b/epan/dissectors/packet-ssl-utils.c
@@ -2600,8 +2600,8 @@ ssl_decrypt_record(SslDecryptSession*ssl,SslDecoder* decoder, gint ct,
}
}
- /* ssl_debug_printf("ssl_decrypt_record: mac ok\n"); */
- *outl = worklen;
+
+ *outl = worklen;
if (decoder->compression > 0) {
ssl_debug_printf("ssl_decrypt_record: compression method %d\n", decoder->compression);