Fix missing field in `gemini_init'

This commit is contained in:
styan 2020-06-20 08:39:28 +00:00
parent 5dcddc7077
commit 7e7e35e5d4
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ gemini_init(struct gemini *g)
g->certmem = NULL;
g->keyfile = NULL;
g->certfile = NULL;
g->tofufile = NULL;
g->proxy = NULL;
g->meta = NULL;
g->extra = NULL;