plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 5aa723da3c271a5dd216bba535a3b4bc81642aaa
parent 7b8a3f12c77354f8d8107d465e9fcd591acc64a0
Author: rsc <devnull@localhost>
Date:   Fri, 11 Feb 2005 16:55:15 +0000

bug fix in auth

Diffstat:
Msrc/cmd/acme/fsys.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/cmd/acme/fsys.c b/src/cmd/acme/fsys.c @@ -317,8 +317,10 @@ static Xfid* fsysauth(Xfid *x, Fid *f) { + Fcall t; + USED(f); - return respond(x, nil, "acme: authentication not required"); + return respond(x, &t, "acme: authentication not required"); } static