aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-11-14 20:43:15 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-11-14 20:43:15 +0000
commit786cba1ada6407761e41faed85cf1b1d6383e279 (patch)
tree88bda7bda3627ef3d6b0ad178bae5240163da5f4 /lib/connect.c
parented1662c374361adf8a3bd44be8490891f37e074a (diff)
connect: Forgot to correct line endings before push in commit ed1662c374361a
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/connect.c b/lib/connect.c
index 91aac8b88..e4d4fee4b 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -1027,8 +1027,8 @@ singleipconnect(struct connectdata *conn,
conn->bits.ipv6 = (addr.family == AF_INET6)?TRUE:FALSE;
#endif
- *sockp = sockfd;
-
+ *sockp = sockfd;
+
if(-1 == rc) {
switch (error) {
case EINPROGRESS: