defaultResponse() ends with a period, which is sub-optimal
mrnerdhair opened this issue · 0 comments
mrnerdhair commented
Line 71 in 91faf1a
On Linux, v9fs's p9_errstr2errno()
converts returned error strings from 9P to POSIX-style errno.h
codes; while permission denied
maps to EACCES
as would be expected, permission denied.
is not on the magical list, and causes things to output stuff like Unknown error 526
.