nfsd: Fix misuse of strlcpy
authorJoe Perches <joe@perches.com>
Thu, 4 Jul 2019 23:57:48 +0000 (16:57 -0700)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 9 Jul 2019 03:16:11 +0000 (23:16 -0400)
commitc8320ccdd47ebf31e516286b594d1cc36cbaf551
tree08966a0b906d74845a553860b6691c960cea6ddd
parenta57caf8c527f63459c1c70eb3cf55ac373adb88e
nfsd: Fix misuse of strlcpy

Probable cut&paste typo - use the correct field size.

(Not currently a practical problem since these two fields have the same
size, but we should fix it anyway.)

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4idmap.c