From 6322ff8bc83c1428cc4df6ecd0be13624b94c2e3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 22 Apr 2003 20:34:19 +0000 Subject: [PATCH] Get rid of C++ comments. svn path=/trunk/; revision=7534 --- packet-nfsacl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packet-nfsacl.c b/packet-nfsacl.c index 526f21dfe4..b641cd4de8 100644 --- a/packet-nfsacl.c +++ b/packet-nfsacl.c @@ -4,7 +4,7 @@ * * Guy Harris * - * $Id: packet-nfsacl.c,v 1.6 2003/04/01 04:38:05 guy Exp $ + * $Id: packet-nfsacl.c,v 1.7 2003/04/22 20:34:19 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -350,8 +350,8 @@ dissect_nfsacl3_setacl_reply(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, offset += 4; - // if (entry_tree) - offset = dissect_nfs_post_op_attr(tvb, offset, tree, "fattr"); + /* if (entry_tree) + offset = dissect_nfs_post_op_attr(tvb, offset, tree, "fattr"); */ return offset;