mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Update: Code style
This commit is contained in:
parent
698186608b
commit
2c32f02083
@ -514,7 +514,7 @@ static refbuf_t *get_next_buffer (source_t *source)
|
||||
}
|
||||
source->last_read = current;
|
||||
refbuf = source->format->get_buffer (source);
|
||||
if (source->client->con->tls && tls_got_shutdown(source->client->con->tls) > 1)
|
||||
if (source->client->con->tls && tls_got_shutdown(source->client->con->tls) > 1)
|
||||
source->client->con->error = 1;
|
||||
if (source->client->con && source->client->con->error)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user