1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

Whitespace cleanup

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2018-11-22 10:47:52 +01:00
committed by Andreas Schneider
parent 312084731e
commit 57bdc9cb20

View File

@@ -873,7 +873,7 @@ SSH_PACKET_CALLBACK(ssh_packet_userauth_request){
if (rc < 0) { if (rc < 0) {
SSH_LOG( SSH_LOG(
SSH_LOG_PACKET, SSH_LOG_PACKET,
"Received an invalid signature from peer"); "Received an invalid signature from peer");
msg->auth_request.signature_state = SSH_PUBLICKEY_STATE_WRONG; msg->auth_request.signature_state = SSH_PUBLICKEY_STATE_WRONG;
goto error; goto error;
} }