Remove stray debugging code that got in with the last commit.
[sgt/putty] / ssh.c
diff --git a/ssh.c b/ssh.c
index 1d9b1ed..4537f38 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -5903,6 +5903,7 @@ static char *ssh_init(void *frontend_handle, void **backend_handle,
     ssh->sccomp = NULL;
     ssh->sc_comp_ctx = NULL;
     ssh->kex = NULL;
+    ssh->kex_ctx = NULL;
     ssh->hostkey = NULL;
     ssh->exitcode = -1;
     ssh->state = SSH_STATE_PREPACKET;