Get rid of C++ comments.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 22 Apr 2003 20:34:19 +0000 (20:34 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 22 Apr 2003 20:34:19 +0000 (20:34 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7534 f5534014-38df-0310-8fa8-9805f1628bb7

packet-nfsacl.c

index 526f21dfe4cb91965528de989ead012065bd979e..b641cd4de825c3b76bb9ec9d27d74fc5cb10b286 100644 (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;