Wireshark-commits: [Wireshark-commits] master-2.6 f3b2462: tcp: remove repetitive "follow_record->i

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 08 Jul 2018 11:50:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f3b2462c127dd528f63c61453d560bcd87e4991b
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

f3b2462 by Peter Wu (peter@xxxxxxxxxxxxx):

    tcp: remove repetitive "follow_record->is_server"
    
    To improve readability, do not repeat "follow_record" a dozen times.
    No functional change.
    
    Change-Id: I854434974a94d69d4591ad1bc3acf911073b0923
    Reviewed-on: https://code.wireshark.org/review/28596
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 8d117f327f54d3a86bd8582c820b4828c0858957)
    Reviewed-on: https://code.wireshark.org/review/28643
    

Actions performed:

    from  a197af6   [Automatic update for 2018-07-08]
    adds  f3b2462   tcp: remove repetitive "follow_record->is_server"


Summary of changes:
 epan/dissectors/packet-tcp.c | 45 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)