X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=clients%2Fud%2Futil.c;h=575df353140f97dcc9ae5a8b1713673eebdd88d3;hb=6437785a82b31cd58bf3bc685f81b4db9d92dd91;hp=d97d8c0c5f32f7d48ff77091db18195e20d38263;hpb=6e11a98d28611da7655b4641649a534c550c62b9;p=openldap diff --git a/clients/ud/util.c b/clients/ud/util.c index d97d8c0c5f..575df35314 100644 --- a/clients/ud/util.c +++ b/clients/ud/util.c @@ -104,7 +104,7 @@ fatal( char *s ) { if (errno != 0) perror(s); -#ifdef HAVE_KERBEROS +#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND destroy_tickets(); #endif exit( EXIT_FAILURE );