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

Remove lint.

parent b01f6de0
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,6 @@ ID bdb2_tool_entry_next(
{
Datum key;
ID id;
int count;
assert( slapMode & SLAP_TOOL_MODE );
assert( id2entry != NULL );
......@@ -211,7 +210,7 @@ int bdb2_tool_index_attr(
Debug( LDAP_DEBUG_ANY,
"<= index_read NULL (could not open %s%s)\n", at_cn,
BDB2_SUFFIX, 0 );
return( NULL );
return 0;
}
bdb2i_cache_close( be, db );
......
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