Wireshark-commits: [Wireshark-commits] master-3.2 5e6418f: Fix previous change.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Apr 2020 21:06:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e6418fefea8a90f553686e7fe52934704aef773
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

5e6418f 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 73115664d88145d88e736ed9feb5a9a36c3da68a)
    Reviewed-on: https://code.wireshark.org/review/36807
    

Actions performed:

    from  b482796   [Automatic update for 2020-04-12]
     add  5e6418f   Fix previous change.


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