Displaying 1 result from an estimated 1 matches for "source_find_mount_raw".
2016 Oct 02
2
Icecast 2.4.3, minor bug
...Source at \"%s\" does not start with '/',
clients will be "
"unable to connect", mount);
#ifdef _DIGI
avl_tree_wlock (global.source_tree);
do
{
#else
do
{
avl_tree_wlock (global.source_tree);
#endif
src = source_find_mount_raw (mount);
if (src)
{
src = NULL;
break;
}
...