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

infinite loop/memory leak fix for private streams when yp is enabled

svn path=/trunk/icecast/; revision=5019
This commit is contained in:
Karl Heyes 2003-06-29 18:12:09 +00:00
parent 8d79bc7416
commit 7fda8c6afb

View File

@ -141,6 +141,7 @@ int yp_touch()
source = (source_t *)node->key;
current_time = time(NULL);
if (!source->yp_public) {
node = avl_get_next(node);
continue;
}
for (i=0; i<source->num_yp_directories; i++) {