From: Damien Miller Date: Tue, 15 Oct 2024 21:28:21 +0000 (+1100) Subject: fix breakage; missing saved_argc symbol X-Git-Tag: V_10_0_P1~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c537eeb1ae5f069450053b0027e64efe5bdb37d2;p=thirdparty%2Fopenssh-portable.git fix breakage; missing saved_argc symbol --- diff --git a/sshd-auth.c b/sshd-auth.c index 53658cf11..986052cd3 100644 --- a/sshd-auth.c +++ b/sshd-auth.c @@ -126,6 +126,8 @@ static int inetd_flag = 0; /* Saved arguments to main(). */ static char **saved_argv; +static int saved_argc; + /* Daemon's agent connection */ int auth_sock = -1;