Add a missing break;
This commit is contained in:
parent
6a9a707a9c
commit
200cf2cdb5
@ -979,6 +979,7 @@ socks_5_process_resp (int sockfd, struct socks_data *data, struct error **e)
|
|||||||
domain[len] = '\0';
|
domain[len] = '\0';
|
||||||
|
|
||||||
data->bound_address.data.domain = xstrdup (domain);
|
data->bound_address.data.domain = xstrdup (domain);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
SOCKS_FAIL ("protocol error");
|
SOCKS_FAIL ("protocol error");
|
||||||
|
Loading…
Reference in New Issue
Block a user