Fix Nullpointer in dawn init

This commit is contained in:
PolynomialDivision 2017-09-19 11:48:11 +02:00
parent 81ecf9d161
commit e4c5feb40e
3 changed files with 8 additions and 3 deletions

View file

@ -13,4 +13,7 @@ int send_string_enc(char *msg);
void close_socket();
// save connections
// struct sockaddr_in addr[100];
#endif