Re-enable capture tests now that a a dumpcap problem has been corrected.
[obnox/wireshark/wip.git] / summary.c
index 2d8b92651e23803c584c4ee3d726ec63dc195f98..0ac1b8a5f168ee92613b8157c44b746055045dd7 100644 (file)
--- a/summary.c
+++ b/summary.c
@@ -123,6 +123,6 @@ summary_fill_in_capture(capture_options *capture_opts, summary_tally *st)
 {
   st->cfilter = capture_opts->cfilter;
   st->iface = capture_opts->iface;
-  st->iface_descr = GET_IFACE_DESCR(capture_opts);
+  st->iface_descr = get_iface_description(capture_opts);
 }
 #endif