Wireshark-commits: [Wireshark-commits] master cdb7a7a: Fix appending the list of remote interfaces.

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

Commits:

cdb7a7a 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>
    

Actions performed:

    from  842a9b5   Replace extcap_interface_list() with append_extcap_interface_list().
    adds  cdb7a7a   Fix appending the list of remote interfaces.


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