Wireshark-commits: [Wireshark-commits] master 65b5f50: modbustcp: fix a shadowed variable warning

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 13 Apr 2019 16:49:29 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=65b5f50859d6f2bf7c5c8bec575ac7b2675fc896
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

65b5f50 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>
    

Actions performed:

    from  9df7d1b   DHCPv6: adding some more options
     add  65b5f50   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(-)