diff options
author | 2006-03-20 18:27:50 +0000 | |
---|---|---|
committer | 2006-03-20 18:27:50 +0000 | |
commit | c4c8acf9bd724c1c4bfe21e6c6978faed760b0ba (patch) | |
tree | 849231b301b6a99a7c216bedfd7ab2db9cb69c33 | |
parent | annoying spacing fixes getting in the way of real diffs (diff) | |
download | wireguard-openbsd-c4c8acf9bd724c1c4bfe21e6c6978faed760b0ba.tar.xz wireguard-openbsd-c4c8acf9bd724c1c4bfe21e6c6978faed760b0ba.zip |
spacing
-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); } |