mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
requirenext fixup for firstkexfollows
This commit is contained in:
@@ -82,7 +82,7 @@ void common_session_init(int sock_in, int sock_out) {
|
||||
|
||||
initqueue(&ses.writequeue);
|
||||
|
||||
ses.requirenext = SSH_MSG_KEXINIT;
|
||||
ses.requirenext[0] = SSH_MSG_KEXINIT;
|
||||
ses.dataallowed = 1; /* we can send data until we actually
|
||||
send the SSH_MSG_KEXINIT */
|
||||
ses.ignorenext = 0;
|
||||
|
||||
Reference in New Issue
Block a user