mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
I am an idiot.
svn path=/trunk/icecast/; revision=3292
This commit is contained in:
parent
2ff217cb18
commit
669cfbd02f
@ -262,7 +262,7 @@ void *source_main(void *arg)
|
|||||||
/* Didn't send the entire buffer, queue it */
|
/* Didn't send the entire buffer, queue it */
|
||||||
client->pos = sbytes;
|
client->pos = sbytes;
|
||||||
refbuf_addref(refbuf);
|
refbuf_addref(refbuf);
|
||||||
refbuf_queue_insert(&client->queue, abuf);
|
refbuf_queue_insert(&client->queue, refbuf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (sbytes < 0) {
|
if (sbytes < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user