Wireshark-commits: [Wireshark-commits] master-3.0 2f016ed: Fix previous change.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Apr 2020 21:06:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2f016ed8655ed64ae0021ae59b5c7a15b296a295
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

2f016ed by Guy Harris (guy@xxxxxxxxxxxx):

    Fix previous change.
    
    Get rid of leftover duplicate code setting up the wtap structure and
    private data before we've found a summary record.
    
    If we find no data records, break out of the loop, so we fall into the
    code that sets up the wtap structure and private data.
    
    Change-Id: I00652bb7f3cb52b6c7c2088c6dd5fe5ec9a012a7
    Reviewed-on: https://code.wireshark.org/review/36806
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    (cherry picked from commit e80592b5ce443e6027a8f9a046b5e08af7f8ea6c)
    Reviewed-on: https://code.wireshark.org/review/36808
    

Actions performed:

    from  85775d2   [Automatic update for 2020-04-12]
     add  2f016ed   Fix previous change.


Summary of changes:
 wiretap/lanalyzer.c | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)