mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #319, merge from 2.0release
This commit is contained in:
commit
a88f321d8b
2 changed files with 3 additions and 3 deletions
|
@ -40,12 +40,12 @@ int ISrsReloadHandler::on_reload_listen()
|
|||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
int ISrsReloadHandler::on_reload_max_conns()
|
||||
int ISrsReloadHandler::on_reload_utc_time()
|
||||
{
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
int ISrsReloadHandler::on_reload_utc_time()
|
||||
int ISrsReloadHandler::on_reload_max_conns()
|
||||
{
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue