mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 18:29:50 +09:00
-rc release
Ipv6 patch from Laurent Bigonville. When the ipv6 targets are unreachable, it tries all possible targets from the getaddrinfo list. Norbert: does it break anything ? it works for me but I didn't test it extensively git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@99 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -24,7 +24,7 @@ MA 02111-1307, USA. */
|
||||
#include <sys/select.h> /* for fd_set * */
|
||||
#include <inttypes.h>
|
||||
|
||||
#define LIBSSH_VERSION "libssh-0.2-dev"
|
||||
#define LIBSSH_VERSION "libssh-0.2rc"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user