Add a log message if we get an unexpected ECM reply
This commit is contained in:
parent
a544a46099
commit
10697016d8
1 changed files with 3 additions and 1 deletions
|
@ -603,8 +603,10 @@ cwc_running_reply(cwc_t *cwc, uint8_t msgtype, uint8_t *msg, int len)
|
|||
break;
|
||||
}
|
||||
|
||||
if(ct == NULL)
|
||||
if(ct == NULL) {
|
||||
tvhlog(LOG_ERR, "cwc", "Got unexpected ECM reply");
|
||||
return 0;
|
||||
}
|
||||
|
||||
t = ct->ct_transport;
|
||||
ct->ct_ecm_reply_pending = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue