diff --git a/pwfile.c b/pwfile.c index 2b2ed14..5d5979a 100644 --- a/pwfile.c +++ b/pwfile.c @@ -103,5 +103,4 @@ const char* read_toml_file(void) free(host); free(user); free(password); - exit(1); }