[openssh-commits] [openssh] branch master updated: upstream: unused variables
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jul 7 12:18:59 AEST 2026
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 c10e04980 upstream: unused variables
c10e04980 is described below
commit c10e04980300eab089f71aaada8b28fd878ee729
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Tue Jul 7 02:17:18 2026 +0000
upstream: unused variables
OpenBSD-Commit-ID: 03fc22fb427b7547ee7844907cf3257bce7fdc3c
---
auth2-gss.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/auth2-gss.c b/auth2-gss.c
index 85251b7d0..9e9496e53 100644
--- a/auth2-gss.c
+++ b/auth2-gss.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-gss.c,v 1.41 2026/07/06 07:53:30 djm Exp $ */
+/* $OpenBSD: auth2-gss.c,v 1.42 2026/07/07 02:17:18 djm Exp $ */
/*
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@ -215,8 +215,6 @@ input_gssapi_errtok(int type, uint32_t plen, struct ssh *ssh)
{
Authctxt *authctxt = ssh->authctxt;
int r;
- u_char *p;
- size_t len;
if (authctxt == NULL)
fatal("No authentication or GSSAPI context");
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list