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

ITS#2745 reset bei_state when reusing an EntryInfo

parent 16cde39d
Branches
Tags
No related merge requests found
......@@ -37,6 +37,7 @@ bdb_cache_entryinfo_new( Cache *cache )
}
if ( ei ) {
ei->bei_lrunext = NULL;
ei->bei_state = 0;
} else {
ei = ch_calloc(1, sizeof(struct bdb_entry_info));
ldap_pvt_thread_mutex_init( &ei->bei_kids_mutex );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment