Fix segfault in info websocket when requesting information on a stream that is online yet could not be opened
This commit is contained in:
parent
3235006ae0
commit
ab6d565492
1 changed files with 5 additions and 5 deletions
|
@ -498,7 +498,7 @@ namespace Mist{
|
||||||
return json_resp;
|
return json_resp;
|
||||||
}
|
}
|
||||||
initialize();
|
initialize();
|
||||||
if (!myConn){return json_resp;}
|
if (!myConn || !M){return json_resp;}
|
||||||
|
|
||||||
json_resp["selver"] = 2;
|
json_resp["selver"] = 2;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue