aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager/lib')
-rw-r--r--src/manager/lib/request.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manager/lib/request.c b/src/manager/lib/request.c
index 42cd9df2c..4623b3860 100644
--- a/src/manager/lib/request.c
+++ b/src/manager/lib/request.c
@@ -62,12 +62,12 @@ struct private_request_t {
* ClearSilver cgiwrap is not threadsave, so we use a private
* context for each thread.
*/
-__thread FCGX_Request *req;
+static __thread FCGX_Request *req;
/**
* length of param list in req->envp
*/
-__thread int req_env_len;
+static __thread int req_env_len;
/**
* fcgiwrap read callback