mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the build failed bug
This commit is contained in:
parent
256459e1ec
commit
087f7740b7
3 changed files with 5 additions and 2 deletions
|
@ -436,7 +436,6 @@ SrsConfDirective* SrsConfDirective::copy()
|
|||
cp->conf_line = conf_line;
|
||||
cp->name = name;
|
||||
cp->args = args;
|
||||
cp->create_time = create_time;
|
||||
|
||||
for (int i = 0; i < (int)directives.size(); i++) {
|
||||
SrsConfDirective* directive = directives.at(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue