diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-20 18:27:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-20 18:27:51 +0000 |
commit | 2622544ce19252062499ac71d05aacb8f10ac7ac (patch) | |
tree | bfb7d1aaf566fd5688e6ce7f59c1e577e5dbdfdc /usr.bin | |
parent | 5d380d567a8db513aa21a79693aced71edd0f16d (diff) |
spacing
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/monitor.c b/usr.bin/ssh/monitor.c index 56188c8070d..18eb5a51072 100644 --- a/usr.bin/ssh/monitor.c +++ b/usr.bin/ssh/monitor.c @@ -1020,7 +1020,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); } |