mirror of
https://github.com/upa/mscp.git
synced 2026-05-13 22:07:29 +08:00
remove unnecessary pr_warn
This commit is contained in:
@@ -45,7 +45,6 @@ static int ssh_set_opts(ssh_session ssh, struct ssh_opts *opts)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (opts->hmac) {
|
if (opts->hmac) {
|
||||||
pr_warn("%s\n", opts->hmac);
|
|
||||||
if (ssh_options_set(ssh, SSH_OPTIONS_HMAC_C_S, opts->hmac) < 0) {
|
if (ssh_options_set(ssh, SSH_OPTIONS_HMAC_C_S, opts->hmac) < 0) {
|
||||||
pr_err("failed to set hmac for client to server\n");
|
pr_err("failed to set hmac for client to server\n");
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user