From ea6637e5c82a2b96a041cf34c58d3782f803b82f Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Sun, 14 Sep 2008 15:19:15 +0200 Subject: [PATCH] Correct placement of bracket for non-IPv6 systems --- src/main/listen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/listen.c b/src/main/listen.c index 4e40f00..7e7d504 100644 --- a/src/main/listen.c +++ b/src/main/listen.c @@ -1225,8 +1225,8 @@ static int listen_bind(rad_listen_t *this) (char *)&on, sizeof(on)); } #endif /* IPV6_V6ONLY */ -#endif /* HAVE_STRUCT_SOCKADDR_IN6 */ } +#endif /* HAVE_STRUCT_SOCKADDR_IN6 */ if (bind(this->fd, (struct sockaddr *) &salocal, salen) < 0) { close(this->fd); -- 2.1.4