Wireshark-commits: [Wireshark-commits] master-3.2 141a4b1: proto: remove a temporary variable

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

Commits:

141a4b1 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>
    (cherry picked from commit 60aa6ce4fbefbd205820b169882a31d0b2bcdc33)
    Reviewed-on: https://code.wireshark.org/review/36717
    

Actions performed:

    from  16e7cb6   [Automatic update for 2020-04-05]
     add  141a4b1   proto: remove a temporary variable


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