lionkov / go9p

Package for implementing clients and servers of the 9P and 9P2000 distributed resource protocols in Go.
Other
20 stars 7 forks source link

p/srv: properly fallback to uname with ~0 uid in dotu #44

Closed mischief closed 8 years ago

mischief commented 8 years ago

should fix original issue in #30.

contrary to my interpretation of the discussion in #34, 9p2000.u spec actually does say that the server should fallback to uname if uid == ~0.