Wireshark-commits: [Wireshark-commits] master ac814cf: ieee1905: Eliminate a shadowed variable inde
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 8 Aug 2020 08:05:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ac814cf6b9b455a5245a69469fb28fc838a8ad63
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ac814cf by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    ieee1905: Eliminate a shadowed variable index.
    
    Graham reported a shadowed variable issue with the variable index.
    
    Changed the variable name so it no longer shadows index. That seems
    to be an issue on Macs.
    
    Change-Id: I2a6e9b6d70811aaf7b9f910ddc87ab926b3a0cec
    Reviewed-on: https://code.wireshark.org/review/38058
    Reviewed-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Petri-Dish: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e4379f0   Dumpcap: print closed ring-buffer file names
     add  ac814cf   ieee1905: Eliminate a shadowed variable index.


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