mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix bug
This commit is contained in:
parent
2d387035cd
commit
83c251fc1c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ int run_master(SrsServer* svr);
|
|||
|
||||
// @global log and context.
|
||||
ISrsLog* _srs_log = new SrsFastLog();
|
||||
ISrsThreadContext* _srs_context = new ISrsThreadContext();
|
||||
ISrsThreadContext* _srs_context = new SrsThreadContext();
|
||||
// @global config object for app module.
|
||||
SrsConfig* _srs_config = new SrsConfig();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue