aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-02-03 09:34:02 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-02-03 09:34:02 +0100
commitf465a4c16f131c235cb3014035e5f9bc149b83e0 (patch)
tree7b19e38c949ddb9c4822a1a43805ba5a1e845496
parentf6415ea5a6bfd796c854dc0bace326de26bf26f1 (diff)
ipaccess: Move the #endif before the curly brace
Fix the compilation on FreeBSD that does not use these names but they are prefixed with TCPTV_KEEP... instead.
-rw-r--r--src/input/ipaccess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c
index 07b47b2..225d70c 100644
--- a/src/input/ipaccess.c
+++ b/src/input/ipaccess.c
@@ -655,8 +655,8 @@ static void update_fd_settings(struct e1inp_line *line, int fd)
LOGP(DLINP, LOGL_NOTICE,
"Failed to set keepalive count: %s\n",
strerror(errno));
- }
#endif
+ }
}
/* callback of the OML listening filedescriptor */