Wireshark-commits: [Wireshark-commits] master-3.0 6b586f9: modbustcp: fix a shadowed variable warni

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 30 Mar 2020 07:01:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6b586f994a270b1126eb39721eeec9832b40db6c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

6b586f9 by Graham Bloice (graham.bloice@xxxxxxxxxxxxx):

    modbustcp: fix a shadowed variable warning
    
    The checkapi code dislikes variables named time so rename it.
    
    Change-Id: I49727203baacb32869b78d047e86b478b8e5c25c
    Reviewed-on: https://code.wireshark.org/review/32840
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit 65b5f50859d6f2bf7c5c8bec575ac7b2675fc896)
    Reviewed-on: https://code.wireshark.org/review/36625
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  22b15e8   [Automatic update for 2020-03-29]
     add  6b586f9   modbustcp: fix a shadowed variable warning


Summary of changes:
 epan/dissectors/packet-mbtcp.c | 4 ++--
 epan/dissectors/packet-mbtcp.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)