From: Witold Kręcicki Date: Tue, 13 Nov 2018 17:59:48 +0000 (+0000) Subject: Create named_g_cpus network threads X-Git-Tag: v9.13.4~20^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be7b631ab3299500cfacccfd04e10d9a927bd98;p=thirdparty%2Fbind9.git Create named_g_cpus network threads --- diff --git a/bin/named/main.c b/bin/named/main.c index 09eec2a9ef2..7c1d1fa6f1d 100644 --- a/bin/named/main.c +++ b/bin/named/main.c @@ -821,7 +821,7 @@ create_managers(void) { } result = isc_socketmgr_create2(named_g_mctx, &named_g_socketmgr, - maxsocks, named_g_udpdisp); + maxsocks, named_g_cpus); if (result != ISC_R_SUCCESS) { UNEXPECTED_ERROR(__FILE__, __LINE__, "isc_socketmgr_create() failed: %s",