initialize option
This commit is contained in:
parent
44a767f577
commit
7381464bf7
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -150,7 +150,7 @@ main(int argc, char **argv)
|
||||||
char lang [3] = DEFAULT_LANG;
|
char lang [3] = DEFAULT_LANG;
|
||||||
char user [_SC_LOGIN_NAME_MAX] = "";
|
char user [_SC_LOGIN_NAME_MAX] = "";
|
||||||
int virtualhost = 0;
|
int virtualhost = 0;
|
||||||
int option;
|
int option = 0;
|
||||||
int chroot = 0;
|
int chroot = 0;
|
||||||
int start_with_gemini;
|
int start_with_gemini;
|
||||||
char *pos = NULL;
|
char *pos = NULL;
|
||||||
|
|
Loading…
Reference in a new issue