]> andersk Git - openssh.git/blobdiff - dispatch.c
- OpenBSD CVS Sync:
[openssh.git] / dispatch.c
index f0437cdeef56845198ba43b14df47a20b1e3fd18..7168d1c741a42263ff1fd6c7109e9948215a14d6 100644 (file)
@@ -22,7 +22,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include "includes.h"
-RCSID("$OpenBSD: dispatch.c,v 1.9 2001/02/04 15:32:23 stevesk Exp $");
+RCSID("$OpenBSD: dispatch.c,v 1.10 2001/02/18 18:33:53 markus Exp $");
 
 #include "ssh1.h"
 #include "ssh2.h"
@@ -40,7 +40,7 @@ void
 dispatch_protocol_error(int type, int plen, void *ctxt)
 {
        error("Hm, dispatch protocol error: type %d plen %d", type, plen);
-       if (compat20 && type == SSH2_MSG_KEXDH_INIT)
+       if (compat20 && type == SSH2_MSG_KEXINIT)
                fatal("dispatch_protocol_error: rekeying is not supported");
 }
 void
This page took 0.047972 seconds and 4 git commands to generate.