mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-05 21:42:47 -05:00
Remove a spurious \r\n from an Event Log message
[originally from svn r978]
This commit is contained in:
2
ssh.c
2
ssh.c
@ -3152,7 +3152,7 @@ static void do_ssh2_authconn(unsigned char *in, int inlen, int ispkt)
|
||||
ssh2_pkt_defer();
|
||||
}
|
||||
ssh2_pkt_defersend();
|
||||
logevent("Sent password\r\n");
|
||||
logevent("Sent password");
|
||||
type = AUTH_TYPE_PASSWORD;
|
||||
} else {
|
||||
c_write_str("No supported authentication methods left to try!\r\n");
|
||||
|
Reference in New Issue
Block a user