]> git.decadent.org.uk Git - nfs-utils.git/commit - utils/mountd/cache.c
mountd: fix path comparison for v4 crossmnt
authorJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 8 Mar 2010 19:59:01 +0000 (14:59 -0500)
committerSteve Dickson <steved@redhat.com>
Mon, 8 Mar 2010 19:59:01 +0000 (14:59 -0500)
commita064fde8c2615333227de97d159bb338d4ac640d
treebadc219e073556630206a8a704fafa0ede1bd521
parent6ca440c2661dccb05ae74ffb65817e9c30f05c8a
mountd: fix path comparison for v4 crossmnt

This was obviously wrong, since path[strlen(path)] == '\0'
should always be true.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/cache.c