version 1.26.2.1, 2002/04/15 15:21:52
|
version 1.26.2.2, 2002/07/28 19:17:34
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/ava.c,v 1.28 2002/04/02 16:40:04 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/ava.c,v 1.26.2.1 2002/04/15 15:21:52 kurt Exp $ */ |
/* |
/* |
* Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. |
* Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. |
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
Line 44 get_ava(
|
Line 44 get_ava(
|
|
|
if( rtag == LBER_ERROR ) { |
if( rtag == LBER_ERROR ) { |
#ifdef NEW_LOGGING |
#ifdef NEW_LOGGING |
LDAP_LOG(( "filter", LDAP_LEVEL_ERR, |
LDAP_LOG( FILTER, ERR, "get_ava: ber_scanf failure\n", 0, 0, 0 ); |
"get_ava: ber_scanf failure\n" )); |
|
#else |
#else |
Debug( LDAP_DEBUG_ANY, " get_ava ber_scanf\n", 0, 0, 0 ); |
Debug( LDAP_DEBUG_ANY, " get_ava ber_scanf\n", 0, 0, 0 ); |
#endif |
#endif |