Wireshark-commits: [Wireshark-commits] master-2.0 98a37e0: Fix appending the list of remote interfa

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 27 Feb 2016 02:04:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=98a37e0fbf8992ef1bfbb16cc615577bdca37d12
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

98a37e0 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix appending the list of remote interfaces.
    
    Don't assume if_list is non-null when append_remote_list() is called; it
    won't be, if we didn't find any local interfaces.  Have
    append_remote_list() return the final if_list value, and assign it to
    if_list.
    
    Change-Id: I05586d5b034f3d61aa38a20f6c6d2c69117b367e
    Reviewed-on: https://code.wireshark.org/review/14191
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit cdb7a7a25dfc87a1b12c43d134cab43a612427cb)
    Reviewed-on: https://code.wireshark.org/review/14192
    

Actions performed:

    from  b8426a3   Turn extcap_interface_list() into append_extcap_interface_list().
    adds  98a37e0   Fix appending the list of remote interfaces.


Summary of changes:
 capchild/capture_ifinfo.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)