bug fix in auth
This commit is contained in:
parent
7b8a3f12c7
commit
5aa723da3c
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue