From 5aa723da3c271a5dd216bba535a3b4bc81642aaa Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 11 Feb 2005 16:55:15 +0000 Subject: bug fix in auth --- src/cmd/acme/fsys.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cmd') diff --git a/src/cmd/acme/fsys.c b/src/cmd/acme/fsys.c index 31236082..1a63a11d 100644 --- 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 -- cgit v1.2.3