aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-epm.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-29 09:41:45 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-29 09:41:45 +0000
commitffac667c3be2bc0fb9107ecf2f00046e4f1e48f3 (patch)
treec8549a8220629e77c9fc66d74fef7dd285c3aa94 /packet-dcerpc-epm.c
parent49c728b5d22ef090093733fed2bd56ad92eb7cb6 (diff)
Put back an unused variable, as a reminder that the routine it's in
needs more work. svn path=/trunk/; revision=5291
Diffstat (limited to 'packet-dcerpc-epm.c')
-rw-r--r--packet-dcerpc-epm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-dcerpc-epm.c b/packet-dcerpc-epm.c
index f3fc95c281..1ffdf37ab4 100644
--- a/packet-dcerpc-epm.c
+++ b/packet-dcerpc-epm.c
@@ -2,7 +2,7 @@
* Routines for dcerpc endpoint mapper dissection
* Copyright 2001, Todd Sabin <tas@webspan.net>
*
- * $Id: packet-dcerpc-epm.c,v 1.5 2002/04/29 08:20:06 guy Exp $
+ * $Id: packet-dcerpc-epm.c,v 1.6 2002/04/29 09:41:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -103,6 +103,8 @@ epm_dissect_ept_lookup_resp (tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
char *drep)
{
+ guint32 dummy;
+
offset = dissect_ndr_ctx_hnd (tvb, offset, pinfo, tree, drep,
hf_epm_lookup_hnd, NULL);