Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37570027
en ru br
ALT Linux repositórios
S:1.2.2-alt2

Group :: Sistema/Servidores
RPM: squid-kerberos-ldap-helper

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: squid-kerberos-ldap-helper-1.2.2-alt-fix-multiple-kparam.patch
Download


diff --git a/squid-kerberos-ldap-helper/support.h b/squid-kerberos-ldap-helper/support.h
index afd3267..b02adc5 100644
--- a/squid-kerberos-ldap-helper/support.h
+++ b/squid-kerberos-ldap-helper/support.h
@@ -83,7 +83,7 @@ struct kstruct {
   krb5_context context;
   char* mem_cache_env;
   krb5_ccache cc;
-} kparam;
+};
 
 struct hstruct {
   char *host;
diff --git a/squid-kerberos-ldap-helper/support_krb5.c b/squid-kerberos-ldap-helper/support_krb5.c
index 9e973c0..37f79e1 100644
--- a/squid-kerberos-ldap-helper/support_krb5.c
+++ b/squid-kerberos-ldap-helper/support_krb5.c
@@ -30,6 +30,8 @@
 
 #define KT_PATH_MAX 256
 
+struct kstruct kparam;
+
 void krb5_cleanup() {
     if (kparam.context) {
         if (kparam.cc)
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009