+3095. [bug] Handle isolated reserved ports in the port range.
+ [RT #23957]
+
3088. [bug] Remove bin/tests/system/logfileconfig/ns1/named.conf
and add setup.sh in order to resolve changing
named.conf issue. [RT #23687]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dispatch.c,v 1.116.18.42 2009/12/02 23:36:35 marka Exp $ */
+/* $Id: dispatch.c,v 1.116.18.43 2011/04/06 15:05:24 marka Exp $ */
/*! \file */
continue;
result = open_socket(sockmgr, &localaddr, 0, &sock);
- if (result == ISC_R_SUCCESS || result != ISC_R_ADDRINUSE)
+ if (result == ISC_R_SUCCESS ||
+ (result != ISC_R_ADDRINUSE && result != ISC_R_NOPERM))
break;
}