Fix networksocket

This commit is contained in:
PolynomialDivision 2017-07-12 19:14:57 +02:00
parent 9a3cd970f7
commit 0f144e5055

View file

@ -28,7 +28,7 @@ char recv_string[MAX_RECV_STRING + 1];
int recv_string_len;
void *receive_msg(void *args);
int init_socket_runopts(char *_ip, char *_port, int broacst_socket) {
int init_socket_runopts(char *_ip, char *_port, int broadcast_socket) {
port = atoi(_port);
ip = _ip;