remove lint reported by Hallvard

This could have caused a crash.
This commit is contained in:
Kurt Zeilenga 1998-10-23 22:00:20 +00:00
parent 12346ab42f
commit 1d0e090998

View file

@ -157,8 +157,8 @@ ldbm_back_search(
int i, len;
if ( ref->a_vals == NULL ) {
Debug( LDAP_DEBUG_ANY, "null ref in (%s)\n", 0,
0, 0 );
Debug( LDAP_DEBUG_ANY, "null ref in (%s)\n",
e->e_dn, 0, 0 );
} else {
for ( i = 0; ref->a_vals[i] != NULL; i++ ) {
/* referral + newline + null */