aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-fldb.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-09 09:24:41 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-09 09:24:41 +0000
commit640180bea5bdd5c2984a11e7b7098fa78ac5137c (patch)
treebd9a3f8aa30f3b29522e3bcf7d51bbe14426b991 /packet-dcerpc-fldb.c
parentc7a7cd5e0ff2ebf54ab2c836d885aafb6326f4be (diff)
Make variables not used outside the module static.
Initialize "hf_error_st" to -1, the same way other hf_ variables are initialized, and make it an "int", as other hf_ variables are. svn path=/trunk/; revision=10354
Diffstat (limited to 'packet-dcerpc-fldb.c')
-rw-r--r--packet-dcerpc-fldb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-dcerpc-fldb.c b/packet-dcerpc-fldb.c
index 8b55a7e603..c281b33f8c 100644
--- a/packet-dcerpc-fldb.c
+++ b/packet-dcerpc-fldb.c
@@ -5,7 +5,7 @@
* This information is based off the released idl files from opengroup.
* ftp://ftp.opengroup.org/pub/dce122/dce/src/file.tar.gz file/flserver/fldb_proc.idl
*
- * $Id: packet-dcerpc-fldb.c,v 1.7 2004/02/21 04:55:42 guy Exp $
+ * $Id: packet-dcerpc-fldb.c,v 1.8 2004/03/09 09:24:40 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -186,8 +186,8 @@ static int hf_fldb_uuid_owner = -1;
static int hf_fldb_volid_high = -1;
static int hf_fldb_volid_low = -1;
static int hf_fldb_voltype = -1;
-guint32 st;
-const guint8 *st_str;
+static guint32 st;
+static const guint8 *st_str;
#define AFS_FLAG_RETURNTOKEN 1
#define AFS_FLAG_TOKENJUMPQUEUE 2