coverity bug 139

actually allow dissection of RELEASE_LOCKOWNER call
instead of letting it hang as dead code



svn path=/trunk/; revision=17626
This commit is contained in:
Ronnie Sahlberg 2006-03-14 08:11:18 +00:00
parent 6ea1f1a77c
commit 329b915b66
1 changed files with 1 additions and 1 deletions

View File

@ -7007,7 +7007,7 @@ dissect_nfs_argop4(tvbuff_t *tvb, int offset, packet_info *pinfo,
offset += 4;
/* the opcodes are not contiguous */
if ((opcode < NFS4_OP_ACCESS || opcode > NFS4_OP_WRITE) &&
if ((opcode < NFS4_OP_ACCESS || opcode > NFS4_OP_RELEASE_LOCKOWNER) &&
(opcode != NFS4_OP_ILLEGAL))
break;