27 Mar
2011
27 Mar
'11
11:41 p.m.
Austin English <austinenglish(a)gmail.com> wrote:
@@ -2554,7 +2554,7 @@ INT WINAPI WS_getsockopt(SOCKET s, INT level, } *(DWORD*)optval = pretendtime++; *optlen = sizeof(DWORD); - return ret; + return SOCKET_ERROR; }
Filling out optval and optlen but returning SOCKET_ERROR doesn't make sense. Probably Eye-Fi doesn't change the return value. What kind of socket both of the applications do pass? -- Dmitry.