add ssl_debug_flush() at the end of initialization
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 14 Jan 2008 09:34:26 +0000 (09:34 +0000)
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 14 Jan 2008 09:34:26 +0000 (09:34 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24084 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ssl.c

index 2a33e1c330176612e64f372299179bb3862d82a8..bde9d09ea8c11b70563239a7af3be995a583109d 100644 (file)
@@ -297,6 +297,7 @@ ssl_init(void)
 {
   ssl_common_init(&ssl_session_hash, &ssl_decrypted_data, &ssl_compressed_data);
   ssl_fragment_init();
+  ssl_debug_flush();
 }
 
 /* parse ssl related preferences (private keys and ports association strings) */
@@ -354,7 +355,7 @@ ssl_parse(void)
             ssl_parse_key_list(ssl_keys_list,ssl_key_hash,ssl_associations,ssl_handle,TRUE);
         }
     }
-
+       ssl_debug_flush();
 }
 
 /*********************************************************************