]> andersk Git - openssh.git/blobdiff - ssh.c
- markus@cvs.openbsd.org 2001/10/01 21:38:53
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 47b581018c88d7e25e01732e113d80fd0bd52dd8..f0903c5bc4e2903f8861dc18ab68426866d5a794 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.145 2001/09/28 15:46:29 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.146 2001/10/01 21:38:53 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -564,6 +564,7 @@ again:
 
        SSLeay_add_all_algorithms();
        ERR_load_crypto_strings();
+       channel_set_af(IPv4or6);
 
        /* Initialize the command to execute on remote host. */
        buffer_init(&command);
This page took 0.111786 seconds and 4 git commands to generate.