return in functions

This commit is contained in:
PolynomialDivision 2017-12-13 11:20:11 +01:00
parent 1ba2a52ede
commit 75d4e402a7

View file

@ -482,7 +482,7 @@ int handle_network_msg(char* msg)
if (strncmp(method, "probe", 5) == 0) {
printf("METHOD PROBE\n");
probe_entry entry;
//probe_entry entry;
//parse_to_probe_req(data_buf.head, &entry);
//probe_array_insert(entry);
} else if (strncmp(method, "clients", 5) == 0) {