This commit is contained in:
prx 2020-12-08 21:51:56 +01:00 committed by Solene Rapenne
parent 7381464bf7
commit e3cb05af6d

2
main.c
View file

@ -152,7 +152,7 @@ main(int argc, char **argv)
int virtualhost = 0; int virtualhost = 0;
int option = 0; int option = 0;
int chroot = 0; int chroot = 0;
int start_with_gemini; int start_with_gemini = 0;
char *pos = NULL; char *pos = NULL;
while ((option = getopt(argc, argv, ":d:l:u:v")) != -1) { while ((option = getopt(argc, argv, ":d:l:u:v")) != -1) {