mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Minor fix I forgot to commit yesterday for source data length accounting.
svn path=/trunk/icecast/; revision=3845
This commit is contained in:
parent
f8250d8df0
commit
9c2d2b25fa
@ -168,6 +168,7 @@ void *source_main(void *arg)
|
||||
break;
|
||||
}
|
||||
if (bytes <= 0) break;
|
||||
source->client->con->sent_bytes += bytes;
|
||||
ret = source->format->get_buffer(source->format, buffer, bytes, &refbuf);
|
||||
if(ret < 0) {
|
||||
WARN0("Bad data from source");
|
||||
|
Loading…
Reference in New Issue
Block a user