mirror of
				https://github.com/rofafor/vdr-plugin-iptv.git
				synced 2023-10-10 11:37:03 +00:00 
			
		
		
		
	Enabled one debug message.
This commit is contained in:
		
							
								
								
									
										2
									
								
								socket.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								socket.c
									
									
									
									
									
								
							@@ -267,7 +267,7 @@ void cIptvTcpSocket::CloseSocket(void)
 | 
			
		||||
 | 
			
		||||
bool cIptvTcpSocket::ConnectSocket(void)
 | 
			
		||||
{
 | 
			
		||||
  //debug("cIptvTcpSocket::ConnectSocket()\n");
 | 
			
		||||
  debug("cIptvTcpSocket::ConnectSocket()\n");
 | 
			
		||||
  if (!isActive && (socketDesc >= 0)) {
 | 
			
		||||
     int retval = connect(socketDesc, (struct sockaddr *)&sockAddr, sizeof(sockAddr));
 | 
			
		||||
     // Non-blocking sockets always report in-progress error when connected
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user