This commit is contained in:
prx 2020-12-08 21:51:56 +01:00 committed by Solene Rapenne
parent 7381464bf7
commit e3cb05af6d
1 changed files with 1 additions and 1 deletions

2
main.c
View File

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