Changeset 18033


Ignore:
Timestamp:
09/24/12 18:14:29 (12 years ago)
Author:
nit
Message:

[titan] deactivate send diseqc commands if unicable is active

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/frontenddev.h

    r16286 r18033  
    11721172
    11731173        tmpstr = ostrcat(node->feshortname, "_diseqc", 0, 0);
    1174         if(getconfigint(tmpstr, node->feaktnr) == 0)
     1174        if(getconfigint(tmpstr, node->feaktnr) == 0 || node->feunicable == 1)
    11751175        {
    11761176                debug(200, "don't use diseqc");
Note: See TracChangeset for help on using the changeset viewer.