Skip to content
Unverified Commit 62a59854 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 85d809c0
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