mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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*
|
Xfid*
|
||||||
fsysauth(Xfid *x, Fid *f)
|
fsysauth(Xfid *x, Fid *f)
|
||||||
{
|
{
|
||||||
|
Fcall t;
|
||||||
|
|
||||||
USED(f);
|
USED(f);
|
||||||
return respond(x, nil, "acme: authentication not required");
|
return respond(x, &t, "acme: authentication not required");
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static
|
||||||
|
|
Loading…
Reference in a new issue