glemte å fjerne exit fra pwfile.c
This commit is contained in:
1
pwfile.c
1
pwfile.c
@ -103,5 +103,4 @@ const char* read_toml_file(void)
|
||||
free(host);
|
||||
free(user);
|
||||
free(password);
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user