1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-28 17:47:03 +03:00

Do not update userpool cache when the token expires

This commit is contained in:
Daniel Molina 2011-12-05 15:29:22 +01:00
parent 487ec888b5
commit 02f90f3333

View File

@ -105,7 +105,6 @@ class CloudAuth
if time_now > @token_expiration_time - EXPIRE_MARGIN
@token_expiration_time = time_now + EXPIRE_DELTA
update_userpool_cache
end
@token_expiration_time