mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix uninitialized bindref_time (found with valgrind)
This commit is contained in:
parent
200af921f4
commit
9e80eab803
@ -1552,6 +1552,7 @@ add_query(
|
||||
}
|
||||
new_cached_query->expiry_time = now + ttl;
|
||||
new_cached_query->refresh_time = ttr;
|
||||
new_cached_query->bindref_time = 0;
|
||||
|
||||
new_cached_query->answerable_cnt = 0;
|
||||
new_cached_query->refcnt = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user