nfsd4: fix off-by-one-error in SEQUENCE reply
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 31 Aug 2011 19:39:30 +0000 (15:39 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 31 Aug 2011 21:55:57 +0000 (17:55 -0400)
The values here represent highest slotid numbers.  Since slotid's are
numbered starting from zero, the highest should be one less than the
number of slots.

Reported-by: Rick Macklem <rmacklem@uoguelph.ca>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found