ssh/tailssh: drop unused noPubKeyPolicyAuthError

Signed-off-by: Maisem Ali <maisem@tailscale.com>
pull/5898/head
Maisem Ali 2022-10-11 14:55:06 -07:00
parent c070d39287
commit 63d58b3358
1 changed files with 0 additions and 2 deletions

View File

@ -197,8 +197,6 @@ type conn struct {
idH string
connID string // ID that's shared with control
noPubKeyPolicyAuthError error // set by BannerCallback
action0 *tailcfg.SSHAction // set by doPolicyAuth; first matching action
currentAction *tailcfg.SSHAction // set by doPolicyAuth, updated by resolveNextAction
finalAction *tailcfg.SSHAction // set by doPolicyAuth or resolveNextAction