in tethereal

list_link_layer_types was not being initialized causing the "-r" option to fail


svn path=/trunk/; revision=13480
This commit is contained in:
Luis Ontanon 2005-02-23 17:05:32 +00:00
parent fbf762bda5
commit 707c3c52d0
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ main(int argc, char *argv[])
char *p;
gchar err_str[PCAP_ERRBUF_SIZE];
gchar *cant_get_if_list_errstr;
gboolean list_link_layer_types;
gboolean list_link_layer_types = FALSE;
#else
gboolean capture_option_specified = FALSE;
#endif