mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
Spelling fix, thanks to Ukikie
This commit is contained in:
parent
b3b1dd12a1
commit
70265c466e
2
src/yp.c
2
src/yp.c
@ -550,7 +550,7 @@ static void yp_process_server (struct yp_server *server)
|
|||||||
*/
|
*/
|
||||||
if (state == -2)
|
if (state == -2)
|
||||||
{
|
{
|
||||||
ICECAST_LOG_DEBUG("skiping %s on %s", yp->mount, server->url);
|
ICECAST_LOG_DEBUG("skipping %s on %s", yp->mount, server->url);
|
||||||
yp->process = do_yp_add;
|
yp->process = do_yp_add;
|
||||||
yp->next_update += 900;
|
yp->next_update += 900;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user