Skip to content
Commit e468ea2d authored by Olivier Goffart's avatar Olivier Goffart
Browse files

Avoid re-entrency in HTTPCredidential::fetch

It is likely to re-enter if there is two jobs that asks for a password.

Example:
 1. log out
 2. restart the application
 3. enter a wrong password
 4. enter a wrong password again a few times
 5. enter the correct password
 6. it should must not prompt for the password again.

Because of the re-entrency, it was still prompting for the password several
times after the right password had been entered
parent 05a1f7b1
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