return in functions

This commit is contained in:
PolynomialDivision 2017-12-13 11:02:35 +01:00
parent dd9ccf3eb4
commit b17e4f4786
2 changed files with 3 additions and 3 deletions

View file

@ -152,7 +152,7 @@ void *receive_msg_enc(void *args) {
printf("NETRWORK RECEIVED: %s\n", dec);
free(base64_dec_str);
//handle_network_msg(dec);
handle_network_msg(dec);
free(dec);
}
}