1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

ensure vhost is not uninitialized

svn path=/icecast/trunk/icecast/; revision=19360
This commit is contained in:
Philipp Schafft 2014-11-29 08:16:42 +00:00
parent 373befb9cc
commit 5cd1a0cb03

View File

@ -1239,7 +1239,7 @@ static int _handle_aliases(client_t *client, char **uri) {
const char *http_host = httpp_getvar(client->parser, "host");
char *serverhost = NULL;
int serverport = 0;
char *vhost;
char *vhost = NULL;
char *vhost_colon;
char *new_uri = NULL;
ice_config_t *config;