Browse Source

bug fix from last check in

sabrogden 5 years ago
parent
commit
a86bbc35d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Client.cpp

+ 1 - 1
Client.cpp

@@ -202,7 +202,7 @@ BOOL CClient::SendItem(CClip *pClip, bool manualSend)
 	Info.m_manualSend = manualSend;
 
 	////only send a response port if it's different than the default
-	if (g_Opt.m_lPort != 23443 && m_connectionPort != 23443)
+	if (g_Opt.m_lPort != 23443 || m_connectionPort != 23443)
 	{
 		Info.m_respondPort = g_Opt.m_lPort;
 	}