mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
remove lint reported by Hallvard
This could have caused a crash.
This commit is contained in:
parent
12346ab42f
commit
1d0e090998
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue