mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Remove lint
This commit is contained in:
parent
4a1f646682
commit
5278e67b28
1 changed files with 2 additions and 2 deletions
|
|
@ -225,7 +225,7 @@ int ldbm_tool_index_attr(
|
|||
#endif
|
||||
|
||||
assert( desc != NULL );
|
||||
attr_mask( be->be_private, desc, &indexmask );
|
||||
attr_mask( be->be_private, at_cname, &indexmask );
|
||||
|
||||
if ( (db = ldbm_cache_open( be, at_cname, LDBM_SUFFIX, LDBM_NEWDB ))
|
||||
== NULL )
|
||||
|
|
@ -259,9 +259,9 @@ int ldbm_tool_index_change(
|
|||
#else
|
||||
index_change_values( be,
|
||||
desc, bv, id, op );
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
int ldbm_tool_sync( BackendDB *be )
|
||||
|
|
|
|||
Loading…
Reference in a new issue