We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89de780 commit 7b7178aCopy full SHA for 7b7178a
src/ngx_http_lua_worker.c
@@ -138,7 +138,7 @@ ngx_http_lua_ffi_worker_count(void)
138
int
139
ngx_http_lua_ffi_get_process_type(void)
140
{
141
-#ifdef HAVE_PRIVILEGED_PROCESS_PATCH
+#if defined(HAVE_PRIVILEGED_PROCESS_PATCH) && !NGX_WIN32
142
if (ngx_process == NGX_PROCESS_HELPER) {
143
if (ngx_is_privileged_agent) {
144
return NGX_PROCESS_PRIVILEGED_AGENT;
0 commit comments