diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-11-10 07:24:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-11-10 07:24:39 +0000 |
commit | 095458d5966971344079484f99a2c08d1cfd598d (patch) | |
tree | 33fde136139865832050d1f711026d4e89801591 /usr.sbin | |
parent | 670573c4620acd7a3c69e2f90038c1f75cd7e002 (diff) |
kill the whitespace.. kill the whitespace..
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rebound/rebound.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rebound/rebound.c b/usr.sbin/rebound/rebound.c index ac5d862fe41..54629c1fdf6 100644 --- a/usr.sbin/rebound/rebound.c +++ b/usr.sbin/rebound/rebound.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rebound.c,v 1.41 2015/11/01 13:59:44 reyk Exp $ */ +/* $OpenBSD: rebound.c,v 1.42 2015/11/10 07:24:38 deraadt Exp $ */ /* * Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> * @@ -322,7 +322,7 @@ tcpphasetwo(struct request *req) socklen_t len = sizeof(error); req->tcp = 2; - + if (getsockopt(req->s, SOL_SOCKET, SO_ERROR, &error, &len) == -1 || error != 0) goto fail; |