mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Fixed formatting.
This commit is contained in:
parent
26a0adceb5
commit
623991ace0
2
socket.c
2
socket.c
@ -315,7 +315,7 @@ cIptvTcpSocket::~cIptvTcpSocket()
|
|||||||
|
|
||||||
bool cIptvTcpSocket::OpenSocket(const int portP, const char *streamAddrP)
|
bool cIptvTcpSocket::OpenSocket(const int portP, const char *streamAddrP)
|
||||||
{
|
{
|
||||||
debug("cIptvTcpSocket::%s(%s, %s)", __FUNCTION__, portP, streamAddrP);
|
debug("cIptvTcpSocket::%s(%d, %s)", __FUNCTION__, portP, streamAddrP);
|
||||||
// Socket must be opened before setting the host address
|
// Socket must be opened before setting the host address
|
||||||
return (cIptvSocket::OpenSocket(portP, false) && CheckAddress(streamAddrP, &sockAddrM.sin_addr.s_addr));
|
return (cIptvSocket::OpenSocket(portP, false) && CheckAddress(streamAddrP, &sockAddrM.sin_addr.s_addr));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user