Fixed cSatipTuner::Connect().

This commit is contained in:
Rolf Ahrenberg 2014-11-15 22:05:46 +02:00
parent 4a9a36a9c2
commit 304f1d4af6
1 changed files with 2 additions and 1 deletions

View File

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