Fixed HTTP outputs not closing cleanly.

This commit is contained in:
Thulinma 2014-12-16 13:38:47 +01:00
parent 9132d38ac0
commit 6ce3678056

View file

@ -11,6 +11,7 @@ namespace Mist {
if (config->getString("streamname").size()){
streamName = config->getString("streamname");
}
config->activate();
}
void HTTPOutput::init(Util::Config * cfg){