pkgs/openssh: remove not-needed patch

This commit is contained in:
Aaron Bieber 2024-10-16 07:32:27 -06:00
parent 0ac1150e07
commit 0e27282706
No known key found for this signature in database

View File

@ -1,12 +0,0 @@
diff --git a/sshd-auth.c b/sshd-auth.c
index 53658cf11..b071c59b1 100644
--- a/sshd-auth.c
+++ b/sshd-auth.c
@@ -464,7 +464,6 @@ main(int ac, char **av)
__progname = ssh_get_progname(av[0]);
/* Save argv. Duplicate so setproctitle emulation doesn't clobber it */
- saved_argc = ac;
saved_argv = xcalloc(ac + 1, sizeof(*saved_argv));
for (i = 0; (int)i < ac; i++)
saved_argv[i] = xstrdup(av[i]);