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

update utest

This commit is contained in:
winlin 2016-09-15 14:47:42 +08:00
parent 0fb71281a9
commit b5d466f3d2
4 changed files with 15 additions and 21 deletions

View file

@ -72,6 +72,11 @@ int MockSrsConfig::parse(string buf)
if ((ret = parse_buffer(&buffer)) != ERROR_SUCCESS) {
return ret;
}
if ((ret = srs_config_transform_vhost(root)) != ERROR_SUCCESS) {
srs_error("transform config failed. ret=%d", ret);
return ret;
}
return check_config();
}