1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 13:37:42 +02:00

Fixed cSatipTuner::Connect().

This commit is contained in:
Rolf Ahrenberg 2014-11-15 22:05:46 +02:00
parent d36597954a
commit daa2f903c8

View File

@ -261,9 +261,10 @@ bool cSatipTuner::Connect(void)
currentServerM = nextServerM; currentServerM = nextServerM;
nextServerM = NULL; nextServerM = NULL;
} }
}
return true; return true;
}
} }
error("Connect failed [device %d]", deviceIdM);
} }
return false; return false;