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