X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Flisten.c;h=1f40ead397afc522a4f52b2c4badf08ab6f49900;hb=478c32acd0c20197321854c0e6fda2747a706969;hp=b6e2b4dbcd237b62f8b0630455123853aa0b9ab4;hpb=1147ab4f2843e6deee5fd07f2b716de7cbb1675b;p=freeradius.git diff --git a/src/main/listen.c b/src/main/listen.c index b6e2b4d..1f40ead 100644 --- a/src/main/listen.c +++ b/src/main/listen.c @@ -884,6 +884,7 @@ static int common_socket_parse(CONF_SECTION *cs, rad_listen_t *this) sock->my_ipaddr = ipaddr; sock->my_port = listen_port; +#ifdef WITH_PROXY if (check_config) { if (home_server_find(&sock->my_ipaddr, sock->my_port, sock->proto)) { char buffer[128]; @@ -896,6 +897,7 @@ static int common_socket_parse(CONF_SECTION *cs, rad_listen_t *this) return 0; /* don't do anything */ } +#endif /* * If we can bind to interfaces, do so,