axtls: Fixed too long source line

This commit is contained in:
Dan Fandrich 2014-05-17 09:31:30 +02:00
parent 121bcfee5d
commit 5a067c4b39
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ Curl_axtls_connect(struct connectdata *conn,
return map_error_to_curl(ssl_fcn_return);
}
usleep(10000);
/* TODO: check for timeout here as this could hang indefinitely otherwise */
/* TODO: check for timeout as this could hang indefinitely otherwise */
}
infof (conn->data, "handshake completed successfully\n");