]> git.sur5r.net Git - openldap/blobdiff - clients/ud/util.c
Round one of LDAP_F() macro changes. In this round we rename
[openldap] / clients / ud / util.c
index d97d8c0c5f32f7d48ff77091db18195e20d38263..3cc445e2df61845d8eb0e2dd899d3ea2f7423c3b 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /*
@@ -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 );