You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tables_destroy: call ca_close_ca without argument
This matches function call and fixes build with gcc-15
tables.c: In function 'tables_destroy':
tables.c:390:13: error: too many arguments to function 'ca[i].op->ca_close_ca'
390 | ca[i].op->ca_close_ca(&ca[i]);
| ^~
Fix satipc module when TEARDOWN is not correctly handled (catalinii#1187)
This fixes the edge case when a new tuning call is received in the tuner when the TEARDOWN message is sended to the remote SAT>IP server but the confirmation (OK 200) is not already received. Futhermore improves a bit the logging.