mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
Fixed ProvidesChannel() on client always returning true since the new timeout
option has been added.
This commit is contained in:
@@ -192,7 +192,7 @@ bool cClientSocket::ProvidesChannel(const cChannel *Channel, int Priority) {
|
||||
command.c_str(), RemoteIp().c_str(), RemotePort(), buffer.c_str());
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
return code == 220;
|
||||
}
|
||||
|
||||
bool cClientSocket::CreateDataConnection(eSocketId Id) {
|
||||
|
Reference in New Issue
Block a user