Get rid of C++ comments.

svn path=/trunk/; revision=7534
This commit is contained in:
Guy Harris 2003-04-22 20:34:19 +00:00
parent 3c7ea399f4
commit 6322ff8bc8
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
*
* Guy Harris <guy@alum.mit.edu>
*
* $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 <gerald@ethereal.com>
@ -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;