aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-01-23 20:12:09 +0000
committerGerald Combs <gerald@wireshark.org>2007-01-23 20:12:09 +0000
commited12aa0cb17ce9be75df08f6d9729ade8fccdecc (patch)
treefdb2f34954409f1543a47a91c8c521fe84ee6b7b /gtk/capture_if_dlg.c
parenta9eefead00163f436cb1bcfc297daccf5861b3ad (diff)
Propagate the recent interface list changes (r20521) to the AirPcap code.
Fix a mismatched declaration found by Gisle Vanem. svn path=/trunk/; revision=20535
Diffstat (limited to 'gtk/capture_if_dlg.c')
-rw-r--r--gtk/capture_if_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_if_dlg.c b/gtk/capture_if_dlg.c
index fdcd0c6068..ef5483ac8f 100644
--- a/gtk/capture_if_dlg.c
+++ b/gtk/capture_if_dlg.c
@@ -452,7 +452,7 @@ capture_if_cb(GtkWidget *w _U_, gpointer d _U_)
#ifdef HAVE_AIRPCAP
/* LOAD AIRPCAP INTERFACES */
- airpcap_if_list = get_airpcap_interface_list(&err, err_str);
+ airpcap_if_list = get_airpcap_interface_list(&err, &err_str);
if (airpcap_if_list == NULL)
airpcap_if_active = airpcap_if_selected = NULL;