Wireshark-commits: [Wireshark-commits] master 5038efd: ssl-utils: do not check for empty keylog fil

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Jul 2015 18:29:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5038efd13fce6dc911b443a856267601cf442170
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5038efd by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl-utils: do not check for empty keylog filenames
    
    If ssl.keylog_file is not configured, an empty string is set. In that
    case, do not attempt to open the keylog file.
    
    Change-Id: I2ba4b9dbc7cfb5009d2623c49a129e98734df80f
    Reviewed-on: https://code.wireshark.org/review/9688
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  38c0506   WCCP - remove global variable used to store address information for computation later.
    adds  5038efd   ssl-utils: do not check for empty keylog filenames


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)