aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-29 04:34:51 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-29 04:34:51 +0000
commit353dc7b781afe687e8a182705db8328762b5eecd (patch)
tree0a3f5c4e49e9cae8f2ad2efbb90e5e4921a8de75 /packet-dcerpc.c
parent182348cba0dff25afca33fe8b0e9a88f627834ac (diff)
Squelch a compiler warning by removing a "/*" from the middle of a
comment. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11029 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc.c')
-rw-r--r--packet-dcerpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc.c b/packet-dcerpc.c
index 9c70e80132..548a6fa1bd 100644
--- a/packet-dcerpc.c
+++ b/packet-dcerpc.c
@@ -3,7 +3,7 @@
* Copyright 2001, Todd Sabin <tas@webspan.net>
* Copyright 2003, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc.c,v 1.175 2004/05/28 20:59:56 ulfl Exp $
+ * $Id: packet-dcerpc.c,v 1.176 2004/05/29 04:34:51 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3640,7 +3640,7 @@ dissect_dcerpc_dg_cancel (tvbuff_t *tvb, int offset, packet_info *pinfo,
/* XXX - are NDR booleans 32 bits? */
/* XXX - the RPC reference in chapter: "the cancel PDU" doesn't mention
- /* the accepting_cancels field (it's only in the cancel_ack PDU)! */
+ the accepting_cancels field (it's only in the cancel_ack PDU)! */
/*offset = dissect_dcerpc_uint32 (tvb, offset, pinfo, dcerpc_tree,
hdr->drep, hf_dcerpc_dg_server_accepting_cancels,
NULL);*/