summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-03-20 18:27:50 +0000
committerderaadt <deraadt@openbsd.org>2006-03-20 18:27:50 +0000
commitc4c8acf9bd724c1c4bfe21e6c6978faed760b0ba (patch)
tree849231b301b6a99a7c216bedfd7ab2db9cb69c33
parentannoying spacing fixes getting in the way of real diffs (diff)
downloadwireguard-openbsd-c4c8acf9bd724c1c4bfe21e6c6978faed760b0ba.tar.xz
wireguard-openbsd-c4c8acf9bd724c1c4bfe21e6c6978faed760b0ba.zip
spacing
-rw-r--r--usr.bin/ssh/monitor.c2
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);
}