mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
ensure vhost is not uninitialized
svn path=/icecast/trunk/icecast/; revision=19360
This commit is contained in:
parent
373befb9cc
commit
5cd1a0cb03
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user