ipn/ipnserver: remove Options.AllowQuit.

It was previously used by the MacOS client, but it now does
something different. ipnserver should never obey a client's
request to exit.

Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
David Anderson
2020-02-14 14:52:43 -08:00
parent c393f0bfae
commit dec5d64593
2 changed files with 2 additions and 7 deletions

View File

@@ -61,7 +61,6 @@ func main() {
opts := ipnserver.Options{
StatePath: *statepath,
SurviveDisconnects: true,
AllowQuit: false,
}
err = ipnserver.Run(context.Background(), logf, pol.PublicID.String(), opts, e)
if err != nil {