Skip to content
Snippets Groups Projects
Commit 5278e67b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove lint

parent 4a1f6466
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment