connect: Forgot to correct line endings before push in commit ed1662c374
This commit is contained in:
@@ -1027,8 +1027,8 @@ singleipconnect(struct connectdata *conn,
|
|||||||
conn->bits.ipv6 = (addr.family == AF_INET6)?TRUE:FALSE;
|
conn->bits.ipv6 = (addr.family == AF_INET6)?TRUE:FALSE;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
*sockp = sockfd;
|
*sockp = sockfd;
|
||||||
|
|
||||||
if(-1 == rc) {
|
if(-1 == rc) {
|
||||||
switch (error) {
|
switch (error) {
|
||||||
case EINPROGRESS:
|
case EINPROGRESS:
|
||||||
|
|||||||
Reference in New Issue
Block a user