diff cli-authpasswd.c @ 1830:c32976db772f

Merge
author Matt Johnston <matt@ucc.asn.au>
date Mon, 11 Oct 2021 15:46:49 +0800
parents df8d8ec1801c
children 62e4baa059c3
line wrap: on
line diff
--- a/cli-authpasswd.c	Mon Oct 11 15:42:14 2021 +0800
+++ b/cli-authpasswd.c	Mon Oct 11 15:46:49 2021 +0800
@@ -155,7 +155,7 @@
 
 	encrypt_packet();
 	m_burn(password, strlen(password));
-
+	cli_ses.is_trivial_auth = 0;
 	TRACE(("leave cli_auth_password"))
 }
 #endif	/* DROPBEAR_CLI_PASSWORD_AUTH */