Skip to content

Commit

Permalink
Sometimes KRB5_IS_THREAD_SAFE isn't defined
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 12, 2013
1 parent 97b5471 commit df90c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_krb5/rlm_krb5.c
Expand Up @@ -47,7 +47,7 @@ RCSID("$Id$")
* The functions sigs below are not provided by krb5.h, but are available
* in the library.
*/
#if !defined(HEIMDAL_KRB5) && KRB5_IS_THREAD_SAFE
#if !defined(HEIMDAL_KRB5) && defined(KRB5_IS_THREAD_SAFE)
krb5_error_code
krb5_set_default_in_tkt_ktypes(krb5_context context, const krb5_enctype *etypes);

Expand Down

0 comments on commit df90c6a

Please sign in to comment.