From 1a647a2c6a32551d16c2e093375b8337d5210840 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Thu, 5 May 2005 13:48:34 +0000 Subject: [PATCH] make tethereal compile when plugins are disabled svn path=/trunk/; revision=14319 --- tethereal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tethereal.c b/tethereal.c index 22495ff100..1269c1f894 100644 --- a/tethereal.c +++ b/tethereal.c @@ -678,7 +678,9 @@ main(int argc, char *argv[]) /* we register the plugin taps before the other taps because stats_tree taps plugins will be registered as tap listeners by stats_tree_stat.c and need to registered before that */ +#ifdef HAVE_PLUGINS register_all_plugin_tap_listeners(); +#endif register_all_tap_listeners(); /* Now register the preferences for any non-dissector modules.