Wireshark-commits: [Wireshark-commits] master-1.12 986dbb5: Fix appending the list of	remote interf
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=986dbb5309e9a6be1fd3bcd453a46d7460f21c2f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
986dbb5 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>
    Reviewed-on: https://code.wireshark.org/review/14193
    
Actions performed:
    from  194ea9e   1.12.10 → 1.12.11.
    adds  986dbb5   Fix appending the list of remote interfaces.
Summary of changes:
 capture_ifinfo.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)