diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-21 10:06:09 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-09-21 10:06:09 +0000 |
| commit | 3730ea387e3e358b7767de59f8afd602d49b17fd (patch) | |
| tree | 347585d17fb2525527c90219699e3c77e1ca8607 /src/tipideed/tipideed-internal.h | |
| parent | 877e5ffe23a5ee2fea63d01d74c81dfdf0974e53 (diff) | |
| download | tipidee-3730ea387e3e358b7767de59f8afd602d49b17fd.tar.gz | |
Force redirect for incomplete directories
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/tipideed/tipideed-internal.h')
| -rw-r--r-- | src/tipideed/tipideed-internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tipideed/tipideed-internal.h b/src/tipideed/tipideed-internal.h index 3eb0644..a53fc0c 100644 --- a/src/tipideed/tipideed-internal.h +++ b/src/tipideed/tipideed-internal.h @@ -51,6 +51,7 @@ struct global_s uint16_t indexn : 4 ; uint16_t verbosity : 3 ; uint16_t cont : 2 ; + uint16_t ssl : 1 ; } ; #define GLOBAL_ZERO \ { \ @@ -75,7 +76,8 @@ struct global_s .maxcgibody = 0, \ .indexn = 0, \ .verbosity = 1, \ - .cont = 1 \ + .cont = 1, \ + .ssl = 0 \ } extern struct global_s g ; |
