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 4a9a36a9c2
commit 304f1d4af6

View File

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