mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
parent
9096740f6c
commit
9f3bd53acd
@ -86,6 +86,9 @@
|
|||||||
[channels.c monitor.c session.c session.h ssh-agent.c ssh-keygen.c]
|
[channels.c monitor.c session.c session.h ssh-agent.c ssh-keygen.c]
|
||||||
[ssh-rsa.c ssh.c sshlogin.c]
|
[ssh-rsa.c ssh.c sshlogin.c]
|
||||||
annoying spacing fixes getting in the way of real diffs
|
annoying spacing fixes getting in the way of real diffs
|
||||||
|
- deraadt@cvs.openbsd.org 2006/03/20 18:27:50
|
||||||
|
[monitor.c]
|
||||||
|
spacing
|
||||||
|
|
||||||
20060325
|
20060325
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
@ -4343,4 +4346,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4266 2006/03/26 03:07:26 djm Exp $
|
$Id: ChangeLog,v 1.4267 2006/03/26 03:07:52 djm Exp $
|
||||||
|
@ -1226,7 +1226,7 @@ mm_record_login(Session *s, struct passwd *pw)
|
|||||||
fromlen = sizeof(from);
|
fromlen = sizeof(from);
|
||||||
if (packet_connection_is_on_socket()) {
|
if (packet_connection_is_on_socket()) {
|
||||||
if (getpeername(packet_get_connection_in(),
|
if (getpeername(packet_get_connection_in(),
|
||||||
(struct sockaddr *)&from, &fromlen) < 0) {
|
(struct sockaddr *)&from, &fromlen) < 0) {
|
||||||
debug("getpeername: %.100s", strerror(errno));
|
debug("getpeername: %.100s", strerror(errno));
|
||||||
cleanup_exit(255);
|
cleanup_exit(255);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user