summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 14:07:52 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 14:07:52 +1100
commit9f3bd53acdf281586910e49b15eef2bf87bfdda2 (patch)
tree3b2268edd173f1f204214e0f58b2f3842afb1b15
parent9096740f6c39bbd91f2484c8cf58b4996dd8564f (diff)
- deraadt@cvs.openbsd.org 2006/03/20 18:27:50
[monitor.c] spacing
-rw-r--r--ChangeLog5
-rw-r--r--monitor.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a31d62674..29e317f94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -86,6 +86,9 @@
86 [channels.c monitor.c session.c session.h ssh-agent.c ssh-keygen.c] 86 [channels.c monitor.c session.c session.h ssh-agent.c ssh-keygen.c]
87 [ssh-rsa.c ssh.c sshlogin.c] 87 [ssh-rsa.c ssh.c sshlogin.c]
88 annoying spacing fixes getting in the way of real diffs 88 annoying spacing fixes getting in the way of real diffs
89 - deraadt@cvs.openbsd.org 2006/03/20 18:27:50
90 [monitor.c]
91 spacing
89 92
9020060325 9320060325
91 - OpenBSD CVS Sync 94 - OpenBSD CVS Sync
@@ -4343,4 +4346,4 @@
4343 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4346 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4344 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4347 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4345 4348
4346$Id: ChangeLog,v 1.4266 2006/03/26 03:07:26 djm Exp $ 4349$Id: ChangeLog,v 1.4267 2006/03/26 03:07:52 djm Exp $
diff --git a/monitor.c b/monitor.c
index db3030530..97b420fc3 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1226,7 +1226,7 @@ mm_record_login(Session *s, struct passwd *pw)
1226 fromlen = sizeof(from); 1226 fromlen = sizeof(from);
1227 if (packet_connection_is_on_socket()) { 1227 if (packet_connection_is_on_socket()) {
1228 if (getpeername(packet_get_connection_in(), 1228 if (getpeername(packet_get_connection_in(),
1229 (struct sockaddr *)&from, &fromlen) < 0) { 1229 (struct sockaddr *)&from, &fromlen) < 0) {
1230 debug("getpeername: %.100s", strerror(errno)); 1230 debug("getpeername: %.100s", strerror(errno));
1231 cleanup_exit(255); 1231 cleanup_exit(255);
1232 } 1232 }