This commit is contained in:
Shivaram Lingamneni 2020-06-21 18:42:45 -04:00
parent 4cadb7ad58
commit 97789cde7e
1 changed files with 2 additions and 0 deletions

View File

@ -1092,6 +1092,8 @@ func nsCertHandler(server *Server, client *Client, command string, params []stri
target, certfp = params[0], params[1]
} else if len(params) == 1 {
certfp = params[0]
} else if len(params) == 0 && verb == "add" && rb.session.certfp != "" {
certfp = rb.session.certfp // #1059
} else {
nsNotice(rb, client.t("Invalid parameters"))
return