# HG changeset patch # User HansH111 # Date 1647181010 0 # Node ID bfd0f3248df3ea0c99bc7534bad06ae27da04552 # Parent bfa92efd814bf76d0546dbe67880f04c42efa2ba added quiet variable in cli_opts diff -r bfa92efd814b -r bfd0f3248df3 runopts.h --- 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