aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/plugin_api.c b/plugins/plugin_api.c
index 6c3a672eb3..0706160a0a 100644
--- a/plugins/plugin_api.c
+++ b/plugins/plugin_api.c
@@ -1,7 +1,7 @@
/* plugin_api.c
* Routines for Ethereal plugins.
*
- * $Id: plugin_api.c,v 1.2 2000/02/07 17:23:47 gram Exp $
+ * $Id: plugin_api.c,v 1.3 2000/02/09 19:32:28 gram Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
@@ -32,7 +32,7 @@
#include "plugin_api.h"
static plugin_address_table_t *patable = NULL;
-packet_info *p_pi;
+packet_info *p_pi = NULL;
#ifdef pi