summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-20 18:27:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-20 18:27:51 +0000
commit2622544ce19252062499ac71d05aacb8f10ac7ac (patch)
treebfb7d1aaf566fd5688e6ce7f59c1e577e5dbdfdc /usr.bin
parent5d380d567a8db513aa21a79693aced71edd0f16d (diff)
spacing
Diffstat (limited to 'usr.bin')
-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);
}