mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-09-20 06:24:14 +00:00
Addressed comments
Addressed comments
This commit is contained in:
@@ -42,7 +42,6 @@ func (signer ROSigner) Sign(rand io.Reader, msg []byte) (signature *ssh.Signatur
|
||||
}
|
||||
if resp.Status != "ok" {
|
||||
log.Fatal("response status error:", resp.Status)
|
||||
return nil, errors.New("response status error")
|
||||
}
|
||||
|
||||
var respMsg core.SSHSignatureWithDelegates
|
||||
|
||||
Reference in New Issue
Block a user