Changeset 17903


Ignore:
Timestamp:
09/16/12 04:09:54 (12 years ago)
Author:
nit
Message:

[titan] update ci

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/ca.h

    r17902 r17903  
    689689                                        if(((char*)data)[3] == 0x81) //can descrambling
    690690                                                status.checkcamdecrypt = -1;
     691                                        else
     692                                                status.checkcamdecrypt = -2;
    691693                                }
    692694                                break;
     
    17921794                                        }
    17931795
    1794                                         if(status.checkcamdecrypt == 0)
     1796                                        if(status.checkcamdecrypt == -2)
    17951797                                        {
    17961798                                                dvbnode->caslot->casession[caservice[caservicenr].camanager].inuse = 1;
Note: See TracChangeset for help on using the changeset viewer.