From: Alan T. DeKok Date: Fri, 30 Oct 2009 00:29:26 +0000 (-0400) Subject: If the port is already used, try another. X-Git-Tag: release_2_1_8~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b95a2611580624948b6ad95f29b0587a562f3ff0;p=thirdparty%2Ffreeradius-server.git If the port is already used, try another. --- diff --git a/src/main/listen.c b/src/main/listen.c index 372bd769edd..0c4957de464 100644 --- a/src/main/listen.c +++ b/src/main/listen.c @@ -1740,8 +1740,7 @@ rad_listen_t *proxy_new_listener(fr_ipaddr_t *ipaddr, int exists) rcode = listen_bind(this); if (rcode < 0) { - listen_free(&this); - return NULL; + continue; } /*