K 10 svn:author V 6 rstone K 8 svn:date V 27 2015-02-28T21:49:59.491769Z K 7 svn:log V 325 Correct the use of an unitialized variable in sendfind_getobj() When sendfile_getobj() is called on a DTYPE_SHM file, it never initializes error, which is eventually returned to the caller. Differential Revision: https://reviews.freebsd.org/D1989 Reviewed by: kib Reported by: Brainy Code Scanner, by Maxime Villard. END