1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Merge pull request #737 from Himer/develop

Update srs_app_source.cpp
This commit is contained in:
winlin 2017-01-11 09:10:05 +08:00 committed by GitHub
commit 0168589ab4

View file

@ -2342,7 +2342,7 @@ int SrsSource::create_forwarders()
{
int ret = ERROR_SUCCESS;
if (_srs_config->get_forward_enabled(req->vhost)) {
if (!_srs_config->get_forward_enabled(req->vhost)) {
return ret;
}