projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1709e5e
)
Typo fix in trynextip().
author
Björn Stenberg
<bjorn@haxx.se>
Sun, 27 Oct 2013 11:27:52 +0000
(12:27 +0100)
committer
Daniel Stenberg
<daniel@haxx.se>
Sun, 27 Oct 2013 11:49:12 +0000
(12:49 +0100)
lib/connect.c
patch
|
blob
|
history
diff --git
a/lib/connect.c
b/lib/connect.c
index
4bf0232
..
93b2135
100644
(file)
--- a/
lib/connect.c
+++ b/
lib/connect.c
@@
-573,7
+573,7
@@
static CURLcode trynextip(struct connectdata *conn,
do {
ai = ai->ai_next;
- } while(ai && ai->ai_family
=
= family);
+ } while(ai && ai->ai_family
!
= family);
}
Curl_closesocket(conn, fd_to_close);
return CURLE_COULDNT_CONNECT;