summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 14:07:26 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 14:07:26 +1100
commit9096740f6c39bbd91f2484c8cf58b4996dd8564f (patch)
tree5205c22ccf2d6bd2765ff7662c7efe24620ca754 /monitor.c
parent91d4b12fcb045d93034b2609aaf56a4b41e6eb4f (diff)
- deraadt@cvs.openbsd.org 2006/03/20 18:26:55
[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
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c
index 11244d273..db3030530 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 }