aboutsummaryrefslogtreecommitdiffstats
path: root/follow.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2002-02-28 19:35:09 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2002-02-28 19:35:09 +0000
commitd96747f550f9131bfc27c1af0970c604fffcf998 (patch)
tree79c25e8013fbb1687c69a0dfd71c27953d5752d9 /follow.c
parent12832ed6dfe4345e0840fd523060b422312ea460 (diff)
In follow.c, initialize data_out_file to NULL, as it used to
be initialized in gtk/follow_dlg.c In gtk/follow_dlg.c, declare data_out_file as 'extern'. In tethereal.c, no longer define 'data_out_file', as the storage for it is now in follow.c. svn path=/trunk/; revision=4830
Diffstat (limited to 'follow.c')
-rw-r--r--follow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/follow.c b/follow.c
index f4911b4575..c3b5ad0f3f 100644
--- a/follow.c
+++ b/follow.c
@@ -1,6 +1,6 @@
/* follow.c
*
- * $Id: follow.c,v 1.28 2002/01/21 07:36:31 guy Exp $
+ * $Id: follow.c,v 1.29 2002/02/28 19:35:08 gram Exp $
*
* Copyright 1998 Mike Hall <mlh@io.com>
*
@@ -43,7 +43,7 @@
#include <epan/packet.h>
#include "follow.h"
-FILE* data_out_file;
+FILE* data_out_file = NULL;
gboolean incomplete_tcp_stream = FALSE;