Initialize ns_g_cpus to 0, not 1.

This commit is contained in:
Brian Wellington
2000-06-22 01:08:54 +00:00
parent 386a52a5ea
commit bc9515e5a2

View File

@@ -37,7 +37,7 @@
#endif
EXTERN isc_mem_t * ns_g_mctx INIT(NULL);
EXTERN unsigned int ns_g_cpus INIT(1);
EXTERN unsigned int ns_g_cpus INIT(0);
EXTERN isc_taskmgr_t * ns_g_taskmgr INIT(NULL);
EXTERN dns_dispatchmgr_t * ns_g_dispatchmgr INIT(NULL);
EXTERN isc_entropy_t * ns_g_entropy INIT(NULL);