]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo (arg)
authorAlan T. DeKok <aland@freeradius.org>
Fri, 23 Sep 2011 07:45:55 +0000 (09:45 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 23 Sep 2011 07:45:55 +0000 (09:45 +0200)
src/main/listen.c

index 2aa5a5e047ecfda11872174fb57e36d6e8cc7811..f4d737aec7c5c09414e7226043db656337ff005f 100644 (file)
@@ -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;