changed die function exit code to 1
This commit is contained in:
parent
edbe534a1f
commit
c9c4f4bfd3
@ -59,7 +59,7 @@ void die(char *exit_msg)
|
||||
|
||||
why2_clean_memory(why2_get_default_memory_identifier()); //GARBAGE COLLECTOR
|
||||
|
||||
exit(0);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
char *read_socket(int socket)
|
||||
|
Loading…
x
Reference in New Issue
Block a user