diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-26 14:07:26 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-26 14:07:26 +1100 |
commit | 9096740f6c39bbd91f2484c8cf58b4996dd8564f (patch) | |
tree | 5205c22ccf2d6bd2765ff7662c7efe24620ca754 /monitor.c | |
parent | 91d4b12fcb045d93034b2609aaf56a4b41e6eb4f (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | } |