From 448fdb60b3cd17c315bf76c50615efe2f68e07b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Mon, 16 May 2011 00:55:04 +0000 Subject: * Fix a bug when printing a pointer. * Remove number_of_ifaces, since ifaces->len can be used instead. svn path=/trunk/; revision=37174 --- capture_opts.h | 1 - 1 file changed, 1 deletion(-) (limited to 'capture_opts.h') diff --git a/capture_opts.h b/capture_opts.h index 1e603af95d..81e7cadfdf 100644 --- a/capture_opts.h +++ b/capture_opts.h @@ -108,7 +108,6 @@ typedef struct capture_options_tag { *< Replaced by interface_options.descr */ GArray *ifaces; /**< array of interfaces. Currently only used by dumpcap. */ - gint number_of_ifaces; /**< Curently only used by dumpcap. */ interface_options default_options; #ifdef HAVE_PCAP_REMOTE /**< XXX: Should this whole block moved to -- cgit v1.2.1