connect: Forgot to correct line endings before push in commit ed1662c374361a
authorSteve Holme <steve_holme@hotmail.com>
Thu, 14 Nov 2013 20:43:15 +0000 (20:43 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 14 Nov 2013 20:43:15 +0000 (20:43 +0000)
lib/connect.c

index 91aac8b..e4d4fee 100644 (file)
@@ -1027,8 +1027,8 @@ singleipconnect(struct connectdata *conn,
   conn->bits.ipv6 = (addr.family == AF_INET6)?TRUE:FALSE;
 #endif
 
-  *sockp = sockfd;\r
-\r
+  *sockp = sockfd;
+
   if(-1 == rc) {
     switch (error) {
     case EINPROGRESS: