From: Alan T. DeKok Date: Fri, 23 Sep 2011 07:45:55 +0000 (+0200) Subject: Fix typo (arg) X-Git-Tag: release_3_0_0_beta0~622 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0d23a20216b34e0bdb7b796f82ae0ba9f88618;p=thirdparty%2Ffreeradius-server.git Fix typo (arg) --- diff --git a/src/main/listen.c b/src/main/listen.c index 2aa5a5e047e..f4d737aec7c 100644 --- a/src/main/listen.c +++ b/src/main/listen.c @@ -2869,7 +2869,7 @@ add_sockets: */ #ifdef WITH_PROXY if ((mainconfig.proxy_requests == TRUE) && - !check_config + !check_config && (*head != NULL) && !defined_proxy) { listen_socket_t *sock = NULL; int port = 0;