fixed use of bogus broadcast var pointer in conn.c prior to first search
This commit is contained in:
@@ -173,6 +173,9 @@ void manage_conn(int silent)
|
||||
/*
|
||||
* Stop here if there are not any disconnected channels
|
||||
*/
|
||||
if(!piiuCast) {
|
||||
return;
|
||||
}
|
||||
if (piiuCast->chidlist.count == 0) {
|
||||
ca_static->ca_manage_conn_active = FALSE;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user