[packages/realmd] - one more heimdal fix
qboosh
qboosh at pld-linux.org
Sun Mar 2 21:38:03 CET 2025
commit 932f3d522bc684c9af6703f935882f1c1efe8160
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 2 21:32:25 2025 +0100
- one more heimdal fix
realmd-heimdal.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/realmd-heimdal.patch b/realmd-heimdal.patch
index 5e6cb94..02ab637 100644
--- a/realmd-heimdal.patch
+++ b/realmd-heimdal.patch
@@ -109,7 +109,7 @@
+#ifdef MIT_KRB
code = krb5_cc_select (krb5, server, &origin, &principal);
+#else
-+ code = krb5_cc_cache_match (krb5, &principal, &origin);
++ code = krb5_cc_cache_match (krb5, principal, &origin);
+#endif
krb5_free_principal (krb5, server);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/realmd.git/commitdiff/932f3d522bc684c9af6703f935882f1c1efe8160
More information about the pld-cvs-commit
mailing list