Skip to content
Unverified Commit 5b126cde authored by Morris Jobke's avatar Morris Jobke
Browse files

Fix LDAP race conditions

* getFromCache is wrapped in isCached
* inbetween the two calls the cache entry hits it's TTL
* getFromCache returns null
* this fix only checkes if the returned value is null and
  return only non-null values
parent 57b9ae18
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment