Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184709
Collapse All | Expand All

(-)src/kvirc/kernel/kvi_ircsocket.cpp (-2 / +5 lines)
Lines 878-885 Link Here
878
	//   The address is a version-6 IP address, with a length of 16 octets.
878
	//   The address is a version-6 IP address, with a length of 16 octets.
879
	bool bRemoteDns=!(
879
	bool bRemoteDns=!(
880
		
880
		
881
		(KviNetUtils::isValidStringIp(m_pIrcServer->ip()) 
881
		(KviNetUtils::isValidStringIp(m_pIrcServer->ip())
882
		|| KviNetUtils::isValidStringIp_V6(m_pIrcServer->ip()))
882
#ifdef COMPILE_IPV6_SUPPORT
883
		|| KviNetUtils::isValidStringIp_V6(m_pIrcServer->ip())
884
#endif
885
		)
883
886
884
		&& m_pIrcServer->cacheIp()
887
		&& m_pIrcServer->cacheIp()
885
		);
888
		);

Return to bug 184709