Now nulling thisPacket on output reconnect().
This commit is contained in:
parent
837b2b5d4f
commit
3638d8405d
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ namespace Mist {
|
|||
/// After assuring stream is online, clears nProxy.metaPages, then sets nProxy.metaPages[0], statsPage and nProxy.userClient to (hopefully) valid handles.
|
||||
/// Finally, calls updateMeta()
|
||||
void Output::reconnect(){
|
||||
thisPacket.null();
|
||||
if (!Util::startInput(streamName)){
|
||||
FAIL_MSG("Opening stream %s failed - aborting initalization", streamName.c_str());
|
||||
onFail();
|
||||
|
|
Loading…
Add table
Reference in a new issue