1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Additional bug fix

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2003-03-08 22:37:22 +02:00
parent df1ebd2a25
commit e3c64d30a5

View File

@ -207,6 +207,9 @@ static int connect2(my_socket s, const struct sockaddr *name, uint namelen,
errno = s_err;
return(-1); /* but return an error... */
}
if (res && result > 0)
result=res=0; // We did it in select() !!!
return((res) ? res : result); /* It's all good! */
#endif
}