]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/compare.c
ITS#4310 seems to affect also back-ldbm
[openldap] / servers / slapd / back-ldbm / compare.c
index 43465aacf3a2a6cb0b3eba1fd6425fa8aa99de38..f0a7e167b5598233b0b5c5ee016c793b35634fe0 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2004 The OpenLDAP Foundation.
+ * Copyright 1998-2006 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -68,13 +68,8 @@ ldbm_back_compare(
                /* entry is a referral, don't allow add */
                rs->sr_ref = get_entry_referrals( op, e );
 
-#ifdef NEW_LOGGING
-               LDAP_LOG( BACK_LDBM, INFO, 
-                       "ldbm_back_compare: entry (%s) is a referral.\n", e->e_dn, 0, 0 );
-#else
                Debug( LDAP_DEBUG_TRACE, "entry is referral\n", 0,
                    0, 0 );
-#endif
 
 
                rs->sr_err = LDAP_REFERRAL;