mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
commit
0168589ab4
1 changed files with 1 additions and 1 deletions
|
@ -2342,7 +2342,7 @@ int SrsSource::create_forwarders()
|
||||||
{
|
{
|
||||||
int ret = ERROR_SUCCESS;
|
int ret = ERROR_SUCCESS;
|
||||||
|
|
||||||
if (_srs_config->get_forward_enabled(req->vhost)) {
|
if (!_srs_config->get_forward_enabled(req->vhost)) {
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue