shithub: riscv

Download patch

ref: ed2b1d5c610f0ff2d49780f69b6343d22f878a63
parent: f164ee6dd9be3f59ae60a6436766cec39892e3c6
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Jan 23 13:02:46 EST 2021

upas/fs: fix swapped argument, dead code

With ntlm auth, we were trying to set 0 bytes of
the auth struct to its size. The args were clearly
swapped. Fix it.

While we're here, remove some dead code.