glemte å fjerne exit fra pwfile.c

develop
Arindam Guha 2022-06-01 15:24:13 +02:00
parent 8e52ba7e6a
commit bc7087c6a9
1 changed files with 0 additions and 1 deletions

View File

@ -103,5 +103,4 @@ const char* read_toml_file(void)
free(host);
free(user);
free(password);
exit(1);
}