fixed use of bogus broadcast var pointer in conn.c prior to first search

This commit is contained in:
Jeff Hill
1994-11-18 00:34:06 +00:00
parent 3ce0670ba8
commit a8c8dc89d9

View File

@@ -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;