Wireshark-commits: [Wireshark-commits] master fde0dbe: fix warning: 'cipher_hd' may be used uniniti

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 2 Aug 2014 14:50:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fde0dbe6605188b040256c774e3fa79f7e98f432
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fde0dbe by Evan Huus (eapache@xxxxxxxxx):

    fix warning: 'cipher_hd' may be used uninitialized in this function
    
    I don't think it's an actual issue, but the new compiler on the mac buildbots
    isn't smart enough to tell that.
    
    Change-Id: I759e1afe9c4011d5612be0d15282076be6f5a331
    Reviewed-on: https://code.wireshark.org/review/3355
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  2a3dba5   Add a cast to squelch a warning.
    adds  fde0dbe   fix warning: 'cipher_hd' may be used uninitialized in this function


Summary of changes:
 epan/dissectors/packet-ipsec.c |    3 +++
 1 file changed, 3 insertions(+)