fix bug
This commit is contained in:
parent
2d387035cd
commit
83c251fc1c
|
|
@ -54,7 +54,7 @@ int run_master(SrsServer* svr);
|
||||||
|
|
||||||
// @global log and context.
|
// @global log and context.
|
||||||
ISrsLog* _srs_log = new SrsFastLog();
|
ISrsLog* _srs_log = new SrsFastLog();
|
||||||
ISrsThreadContext* _srs_context = new ISrsThreadContext();
|
ISrsThreadContext* _srs_context = new SrsThreadContext();
|
||||||
// @global config object for app module.
|
// @global config object for app module.
|
||||||
SrsConfig* _srs_config = new SrsConfig();
|
SrsConfig* _srs_config = new SrsConfig();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user