initialize option

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

2
main.c
View File

@ -150,7 +150,7 @@ main(int argc, char **argv)
char lang [3] = DEFAULT_LANG;
char user [_SC_LOGIN_NAME_MAX] = "";
int virtualhost = 0;
int option;
int option = 0;
int chroot = 0;
int start_with_gemini;
char *pos = NULL;