[Bug 27653] EVE Online responds with "Connection Failure: Handshake Error" on login attempt.

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 11 12:33:03 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=27653

Bruno Jesus <00cpxxx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |00cpxxx at gmail.com

--- Comment #35 from Bruno Jesus <00cpxxx at gmail.com> 2011-11-11 12:33:03 CST ---
Sorry to bother but why do you check the ret var in the for if it's static? Or
am I missing somehing?

+   ret = NO_ERROR;
+   (*ppIpAddrTable)->dwNumEntries = numAddresses;
+   for (ifp = ifa; !ret && ifp; ifp = ifp->ifa_next)
+   {
+       if (!ifp->ifa_addr || ifp->ifa_addr->sa_family != AF_INET)
+           continue;
+
+     getIPAddrRowByName(&(*ppIpAddrTable)->table[i],
+      ifp->ifa_name, ifp->ifa_addr);
+     i++;
+   }

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list