gssapi: Fix typo

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2026-01-05 14:24:21 +01:00
parent 1f1309c915
commit 9a3351934b

View File

@@ -800,7 +800,7 @@ int ssh_gssapi_check_client_config(ssh_session session)
SSH_LOG(SSH_LOG_DEBUG, "Supported mech %zu: %s", i, ptr); SSH_LOG(SSH_LOG_DEBUG, "Supported mech %zu: %s", i, ptr);
free(ptr); free(ptr);
/* If atleast one mechanism is configured then return successfully */ /* If at least one mechanism is configured then return successfully */
ret = SSH_OK; ret = SSH_OK;
end: end: