[openssh-commits] [openssh] branch master updated: fix breakage; missing saved_argc symbol
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Oct 16 08:28:42 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new c537eeb1 fix breakage; missing saved_argc symbol
c537eeb1 is described below
commit c537eeb1ae5f069450053b0027e64efe5bdb37d2
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Wed Oct 16 08:28:21 2024 +1100
fix breakage; missing saved_argc symbol
---
sshd-auth.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sshd-auth.c b/sshd-auth.c
index 53658cf1..986052cd 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;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list