Wireshark-commits: [Wireshark-commits] master 55d3d32: proto: remove a temporary variable

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 05 Apr 2020 18:22:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=55d3d322394488b5b62d5c4445ed8f6fa071f09a
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

55d3d32 by Martin Kaiser (wireshark@xxxxxxxxx):

    proto: remove a temporary variable
    
    In proto_tree_add_item_ret_time_string, we should return the result of
    proto_tree_add_node directly like other similar functions.
    
    Change-Id: I5f0cdc32ee3e69ecf3c62f1d56cb8278c91c9c45
    Reviewed-on: https://code.wireshark.org/review/36716
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  ec781e9   proto: Add a debug check to sanity-check range_string
     add  55d3d32   proto: remove a temporary variable


Summary of changes:
 epan/proto.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)