Wireshark-commits: [Wireshark-commits] master 6031712: Fix builds without libpcap.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Feb 2017 00:13:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=60317123837a1a9c7d858ec579a368275de87109
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6031712 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix builds without libpcap.
    
    capture_opts_cleanup() doesn't exist if we're building without libpcap,
    so don't call it if we're building without libpcap.
    
    Change-Id: I9ae33b0c13af2785b5adb380a5b03e89116f67df
    Reviewed-on: https://code.wireshark.org/review/19925
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  14fba80   Fix builds without libpcap.
    adds  6031712   Fix builds without libpcap.


Summary of changes:
 ui/gtk/main.c |    2 ++
 1 file changed, 2 insertions(+)