return in functions

This commit is contained in:
PolynomialDivision 2017-12-13 11:14:21 +01:00
parent 4319a89c0f
commit 13f87a79c0

View file

@ -480,6 +480,8 @@ int handle_network_msg(char* msg)
return -1;
}
return -1;
if (strncmp(method, "probe", 5) == 0) {
printf("METHOD PROBE\n");
probe_entry entry;