1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

Update srs_app_source.cpp

enabled 为true才进行转发实例创建
This commit is contained in:
Himer 2017-01-10 21:16:49 +08:00 committed by GitHub
parent db231f6d37
commit afa704bca5

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;
}