aboutsummaryrefslogtreecommitdiff
path: root/gmid.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-06 08:34:31 +0000
committerOmar Polo <op@omarpolo.com>2023-06-06 08:34:31 +0000
commit3a8c76eab2203c2e19ac63a2e22cea79e250cbea (patch)
treee31b7d6b58c5ff2fa4547f4a05d50fedb3c951db /gmid.c
parent4267093e37fd7cded943399af8afe3ba825a1e68 (diff)
rename PROC_MAX to PREFORK_MAX
Diffstat (limited to 'gmid.c')
-rw-r--r--gmid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmid.c b/gmid.c
index 23471c3..bd67989 100644
--- a/gmid.c
+++ b/gmid.c
@@ -45,7 +45,7 @@ struct vhosthead hosts;
int sock4, sock6;
-struct imsgbuf logibuf, servibuf[PROC_MAX];
+struct imsgbuf logibuf, servibuf[PREFORK_MAX];
const char *config_path = "/etc/gmid.conf";
const char *pidfile;