Add a missing break;

This commit is contained in:
Přemysl Eric Janouch 2015-02-14 07:24:01 +01:00
parent 6a9a707a9c
commit 200cf2cdb5
1 changed files with 1 additions and 0 deletions

View File

@ -979,6 +979,7 @@ socks_5_process_resp (int sockfd, struct socks_data *data, struct error **e)
domain[len] = '\0';
data->bound_address.data.domain = xstrdup (domain);
break;
}
default:
SOCKS_FAIL ("protocol error");