[monitor.c]
     spacing
This commit is contained in:
Damien Miller 2006-03-26 14:07:52 +11:00
parent 9096740f6c
commit 9f3bd53acd
2 changed files with 5 additions and 2 deletions

View File

@ -86,6 +86,9 @@
[channels.c monitor.c session.c session.h ssh-agent.c ssh-keygen.c]
[ssh-rsa.c ssh.c sshlogin.c]
annoying spacing fixes getting in the way of real diffs
- deraadt@cvs.openbsd.org 2006/03/20 18:27:50
[monitor.c]
spacing
20060325
- OpenBSD CVS Sync
@ -4343,4 +4346,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (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 $

View File

@ -1226,7 +1226,7 @@ mm_record_login(Session *s, struct passwd *pw)
fromlen = sizeof(from);
if (packet_connection_is_on_socket()) {
if (getpeername(packet_get_connection_in(),
(struct sockaddr *)&from, &fromlen) < 0) {
(struct sockaddr *)&from, &fromlen) < 0) {
debug("getpeername: %.100s", strerror(errno));
cleanup_exit(255);
}