mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update utest
This commit is contained in:
parent
0fb71281a9
commit
b5d466f3d2
4 changed files with 15 additions and 21 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue