aboutsummaryrefslogtreecommitdiff
path: root/ge.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-09 10:42:36 +0000
committerOmar Polo <op@omarpolo.com>2023-06-09 10:42:36 +0000
commit5d22294a59e7e9cbe6457b9e6244fff2ede09956 (patch)
tree376d096309b8fe559dc330d3b3be18a7c201b1e3 /ge.c
parent1962764c6292e845cec17393e1c46c1473ca1eeb (diff)
move fastcgi from global var to the config struct
while here also make them a list rather than a fixed-size array.
Diffstat (limited to 'ge.c')
-rw-r--r--ge.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ge.c b/ge.c
index 825067a..63065aa 100644
--- a/ge.c
+++ b/ge.c
@@ -34,7 +34,6 @@
struct conf conf;
int privsep_process;
-struct fcgi fcgi[FCGI_MAX]; /* just because it's referenced */
struct vhosthead hosts = TAILQ_HEAD_INITIALIZER(hosts);
static const struct option opts[] = {