Wireshark-commits: [Wireshark-commits] master 3385984: Address to str: Missing break in switch (CID

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 15 Jan 2015 18:51:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3385984dd24651fcf5a312d833b096d59c45e862
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3385984 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    Address to str: Missing break in switch (CID 1262416 & 1262417)
    
    It will also fix "Unused Value" (CID 1262422)
    
    Change-Id: I626c087365e9d6fe625f807ab8ded518d94cab64
    Reviewed-on: https://code.wireshark.org/review/6553
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  adf0881   HTTP: fix implicit conversion shortens 64-bit value into a 32-bit value
    adds  3385984   Address to str: Missing break in switch (CID 1262416 & 1262417)


Summary of changes:
 epan/address_to_str.c |    3 +++
 1 file changed, 3 insertions(+)