Put variable under the correct #ifdef.

svn path=/trunk/; revision=37807
This commit is contained in:
Michael Tüxen 2011-06-27 20:00:30 +00:00
parent df70b4c15c
commit 741c973afe
1 changed files with 2 additions and 2 deletions

View File

@ -814,6 +814,8 @@ main(int argc, char *argv[])
int status;
GList *if_list;
gchar *err_str;
guint i;
interface_options interface_opts;
#else
gboolean capture_option_specified = FALSE;
#endif
@ -834,8 +836,6 @@ main(int argc, char *argv[])
GLogLevelFlags log_flags;
int optind_initial;
gchar *output_only = NULL;
guint i;
interface_options interface_opts;
#ifdef HAVE_LIBPCAP
#if defined(_WIN32) || defined(HAVE_PCAP_CREATE)