1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Remove a spurious \r\n from an Event Log message

[originally from svn r978]
This commit is contained in:
Simon Tatham 2001-03-03 16:05:52 +00:00
parent 245cf9c8c9
commit de1c70a5d4

2
ssh.c
View File

@ -3152,7 +3152,7 @@ static void do_ssh2_authconn(unsigned char *in, int inlen, int ispkt)
ssh2_pkt_defer(); ssh2_pkt_defer();
} }
ssh2_pkt_defersend(); ssh2_pkt_defersend();
logevent("Sent password\r\n"); logevent("Sent password");
type = AUTH_TYPE_PASSWORD; type = AUTH_TYPE_PASSWORD;
} else { } else {
c_write_str("No supported authentication methods left to try!\r\n"); c_write_str("No supported authentication methods left to try!\r\n");