aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-19 10:01:49 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-19 10:01:49 +0000
commit30a40860d4dc542df4624acdba06fe67fe361c96 (patch)
treeb2f5072b25a3c07244ebd6bbebdaaabaf977b070
parent0d7e581a031c221cb8b3fc47fcee1efb43a4995a (diff)
Squelch a compiler warning (for something that's potentially a real
problem). svn path=/trunk/; revision=7901
-rw-r--r--packet-dcerpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc.c b/packet-dcerpc.c
index 75e69f9162..e8f4200a1b 100644
--- a/packet-dcerpc.c
+++ b/packet-dcerpc.c
@@ -2,7 +2,7 @@
* Routines for DCERPC packet disassembly
* Copyright 2001, Todd Sabin <tas@webspan.net>
*
- * $Id: packet-dcerpc.c,v 1.131 2003/06/19 01:22:03 gerald Exp $
+ * $Id: packet-dcerpc.c,v 1.132 2003/06/19 10:01:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1590,7 +1590,7 @@ show_stub_data (tvbuff_t *tvb, gint offset, proto_tree *dcerpc_tree,
static int
dcerpc_try_handoff (packet_info *pinfo, proto_tree *tree,
proto_tree *dcerpc_tree,
- tvbuff_t *tvb, gint offset,
+ tvbuff_t *tvb, volatile gint offset,
char *drep, dcerpc_info *info,
dcerpc_auth_info *auth_info)
{