1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00

Missing initialisation causing auth over relays to be incorrect

svn path=/icecast/branches/kh/icecast/; revision=8291
This commit is contained in:
Karl Heyes 2004-11-27 00:59:26 +00:00
parent abeebfc5f8
commit 4f105c1afc

View File

@ -248,6 +248,9 @@ static void *start_relay_stream (void *arg)
snprintf (redirect_header, len, "ice-redirect: %s:%d\r\n",
config->hostname, config->master_redirect_port);
}
else
redirect_header = strdup ("");
config_release_config ();
}
else