Skip to content
Snippets Groups Projects
Commit 8cd7ac08 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

Cleanup mdb_ad_get

parent 0aee9496
No related branches found
No related tags found
No related merge requests found
......@@ -619,7 +619,7 @@ int mdb_ad_get( struct mdb_info *mdb, MDB_txn *txn, AttributeDescription *ad )
if ( rc == MDB_SUCCESS ) {
mdb->mi_adxs[ad->ad_index] = i;
mdb->mi_ads[i] = ad;
mdb->mi_numads++;
mdb->mi_numads = i;
} else {
Debug( LDAP_DEBUG_ANY,
"mdb_ad_get: mdb_put failed %s(%d)\n",
......
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