]> andersk Git - openssh.git/blobdiff - sshconnect2.c
- markus@cvs.openbsd.org 2001/04/04 20:25:38
[openssh.git] / sshconnect2.c
index 2f26aa5699711438bbf3518304dc61e8b11d418e..918ab38e82bdf3476c5138f0fef2765f40d4c74b 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshconnect2.c,v 1.65 2001/04/04 14:34:58 markus Exp $");
+RCSID("$OpenBSD: sshconnect2.c,v 1.66 2001/04/04 20:25:38 markus Exp $");
 
 #include <openssl/bn.h>
 #include <openssl/md5.h>
@@ -119,7 +119,7 @@ ssh_kex2(char *host, struct sockaddr *hostaddr)
 
        xxx_kex = kex;
 
-       dispatch_run(DISPATCH_BLOCK, &kex->newkeys, kex);
+       dispatch_run(DISPATCH_BLOCK, &kex->done, kex);
 
        session_id2 = kex->session_id;
        session_id2_len = kex->session_id_len;
This page took 0.049795 seconds and 4 git commands to generate.