From fa4a1ab435283e3ac5e986432638d55c519794c3 Mon Sep 17 00:00:00 2001 From: HansH111 Date: Sun, 13 Mar 2022 14:16:50 +0000 Subject: [PATCH] added quiet variable in cli_opts --- runopts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runopts.h b/runopts.h index 5a59e6f..4271d1f 100644 --- a/runopts.h +++ b/runopts.h @@ -92,7 +92,6 @@ typedef struct svr_runopts { /* whether to print the MOTD */ int domotd; #endif - int norootlogin; #ifdef HAVE_GETGROUPLIST @@ -155,6 +154,7 @@ typedef struct cli_runopts { int always_accept_key; int no_hostkey_check; int no_cmd; + int quiet; int backgrounded; int is_subsystem; #if DROPBEAR_CLI_PUBKEY_AUTH