diff options
author | Omar Polo <op@omarpolo.com> | 2024-01-09 14:15:58 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-09 14:15:58 +0000 |
commit | e371817b3437abf8e34475ff2544cb666769ccae (patch) | |
tree | bd49dacd75da6f48db47dd55624a69d54f5966c0 /gmid.h | |
parent | ef5057cdec1086930831b44ffdd9cac4606f953d (diff) |
fix configtest with chroot
The configtest checks try to open the root directories too, operation
that can fail when they're expected to be inside a chroot.
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -254,6 +254,7 @@ struct conf { char *log_access; enum log_format log_format; int use_privsep_crypto; + int conftest; struct fcgihead fcgi; struct vhosthead hosts; |