changeset 1876:bfd0f3248df3

added quiet variable in cli_opts
author HansH111 <hans@atbas.org>
date Sun, 13 Mar 2022 14:16:50 +0000
parents bfa92efd814b
children 33363a68784d
files runopts.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/runopts.h	Thu Feb 24 11:51:51 2022 +0800
+++ b/runopts.h	Sun Mar 13 14:16:50 2022 +0000
@@ -92,7 +92,6 @@
 	/* whether to print the MOTD */
 	int domotd;
 #endif
-
 	int norootlogin;
 
 #ifdef HAVE_GETGROUPLIST
@@ -155,6 +154,7 @@
 	int always_accept_key;
 	int no_hostkey_check;
 	int no_cmd;
+	int quiet;
 	int backgrounded;
 	int is_subsystem;
 #if DROPBEAR_CLI_PUBKEY_AUTH