From J. Bruce Fields:

Fix an obvious error in the nfs4 stateid parsing.  The stateid is used in a number of common operations (such as open and setattr), so this caused a lot of misparsing.

svn path=/trunk/; revision=20700
This commit is contained in:
Jaap Keuter 2007-02-03 20:31:40 +00:00
parent 6060578121
commit b536022566
1 changed files with 0 additions and 2 deletions

View File

@ -7150,8 +7150,6 @@ dissect_nfs_stateid4(tvbuff_t *tvb, int offset,
}
offset = dissect_rpc_uint32(tvb, newftree, hf_nfs_seqid4, offset);
offset+=4;
proto_tree_add_item(newftree, hf_nfs_stateid4_other, tvb, offset, 12, FALSE);
offset+=12;