Fixed HTTP outputs not closing cleanly.
This commit is contained in:
parent
9132d38ac0
commit
6ce3678056
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ namespace Mist {
|
|||
if (config->getString("streamname").size()){
|
||||
streamName = config->getString("streamname");
|
||||
}
|
||||
config->activate();
|
||||
}
|
||||
|
||||
void HTTPOutput::init(Util::Config * cfg){
|
||||
|
|
Loading…
Add table
Reference in a new issue