initialize config

This commit is contained in:
Omar Polo 2021-01-24 12:45:22 +00:00
parent 8d6ae384be
commit 501e489c90
1 changed files with 2 additions and 0 deletions

2
gmid.c
View File

@ -386,6 +386,8 @@ main(int argc, char **argv)
const char *config_path = NULL;
int conftest = 0;
init_config();
while ((ch = getopt(argc, argv, "6C:c:d:fhK:np:x:")) != -1) {
switch (ch) {
case '6':