Skip to content
Snippets Groups Projects
Commit 72490da3 authored by Howard Chu's avatar Howard Chu
Browse files

Fix ITS#3424

parent 989cba9d
No related branches found
No related tags found
No related merge requests found
......@@ -274,10 +274,10 @@ bdb_dn2id(
Debug( LDAP_DEBUG_TRACE, "<= bdb_dn2id: get failed: %s (%d)\n",
db_strerror( rc ), rc, 0 );
} else {
BDB_DISK2ID( &nid, &ei->bei_id );
Debug( LDAP_DEBUG_TRACE, "<= bdb_dn2id: got id=0x%08lx\n",
ei->bei_id, 0, 0 );
}
BDB_DISK2ID( &nid, &ei->bei_id );
op->o_tmpfree( key.data, op->o_tmpmemctx );
return rc;
......
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