1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-27 13:21:11 +03:00

socket.c: Remove bug from documentation as it was solved

Signed-off-by: Norbert Pocs <npocs@redhat.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Norbert Pocs
2023-06-01 10:32:55 +02:00
parent 1c0b8f624e
commit 5eb8685932

View File

@@ -869,8 +869,6 @@ int ssh_socket_set_blocking(socket_t fd)
* @param bind_addr address to bind to, or NULL for default. * @param bind_addr address to bind to, or NULL for default.
* @returns SSH_OK socket is being connected. * @returns SSH_OK socket is being connected.
* @returns SSH_ERROR error while connecting to remote host. * @returns SSH_ERROR error while connecting to remote host.
* @bug It only tries connecting to one of the available AI's
* which is problematic for hosts having DNS fail-over.
*/ */
int ssh_socket_connect(ssh_socket s, int ssh_socket_connect(ssh_socket s,
const char *host, const char *host,