X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Fcompare.c;h=bbfa2ca8b3c293ac012568568a936eacf144a13a;hb=refs%2Ftags%2FOPENLDAP_REL_ENG_2_3_30;hp=c3ba83f9d0a322ddaa6f4166c25f8c333ea1d765;hpb=159de0f1359459371c590ac770cc30edbade58d5;p=openldap diff --git a/libraries/libldap/compare.c b/libraries/libldap/compare.c index c3ba83f9d0..bbfa2ca8b3 100644 --- a/libraries/libldap/compare.c +++ b/libraries/libldap/compare.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2003 The OpenLDAP Foundation. + * Copyright 1998-2006 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -65,11 +65,7 @@ ldap_compare_ext( BerElement *ber; ber_int_t id; -#ifdef NEW_LOGGING - LDAP_LOG ( OPERATION, ENTRY, "ldap_compare\n", 0, 0, 0 ); -#else Debug( LDAP_DEBUG_TRACE, "ldap_compare\n", 0, 0, 0 ); -#endif assert( ld != NULL ); assert( LDAP_VALID( ld ) );