mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 23:55:57 -05:00
Remove useless check
This commit is contained in:
parent
71bf8390b0
commit
b0a8e879e4
@ -202,9 +202,6 @@ stream_chunk_xcode_cb(int fd, short event, void *arg)
|
||||
st->offset += ret;
|
||||
|
||||
ret = xcoded - ret;
|
||||
|
||||
if (ret == 0)
|
||||
goto consume;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user