1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

I am an idiot.

svn path=/trunk/icecast/; revision=3292
This commit is contained in:
Michael Smith 2002-05-08 14:07:42 +00:00
parent 2ff217cb18
commit 669cfbd02f

View File

@ -262,7 +262,7 @@ void *source_main(void *arg)
/* Didn't send the entire buffer, queue it */
client->pos = sbytes;
refbuf_addref(refbuf);
refbuf_queue_insert(&client->queue, abuf);
refbuf_queue_insert(&client->queue, refbuf);
}
}
if (sbytes < 0) {