aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-01-22 23:21:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-01-22 23:21:39 +0000
commit33ce0ec1f1951bc1a8f4d475381c1b7c95d4a03a (patch)
tree770107eca67cfa3a6b55db2c677d9ee3385583be /lib/connect.c
parent143586403055b977bfe17b06042ebc3beb5d4d82 (diff)
wrap long lines and do some indent policing
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/connect.c b/lib/connect.c
index cca960d87..3ae38c990 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -734,12 +734,13 @@ singleipconnect(struct connectdata *conn,
if(data->set.fopensocket)
/*
- * If the opensocket callback is set, all the destination address information
- * is passed to the callback. Depending on this information the callback may
- * opt to abort the connection, this is indicated returning CURL_SOCKET_BAD;
- * otherwise it will return a not-connected socket. When the callback returns
- * a valid socket the destination address information might have been changed
- * and this 'new' address will actually be used here to connect.
+ * If the opensocket callback is set, all the destination address
+ * information is passed to the callback. Depending on this information the
+ * callback may opt to abort the connection, this is indicated returning
+ * CURL_SOCKET_BAD; otherwise it will return a not-connected socket. When
+ * the callback returns a valid socket the destination address information
+ * might have been changed and this 'new' address will actually be used
+ * here to connect.
*/
sockfd = data->set.fopensocket(data->set.opensocket_client,
CURLSOCKTYPE_IPCXN,