1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-05 08:05:24 +02:00

[233892] Deny password save is not persistent

https://bugs.eclipse.org/bugs/show_bug.cgi?id=233892
This commit is contained in:
David Dykstal 2008-08-25 01:40:13 +00:00
parent 2a62b6534e
commit c194b121d2

View file

@ -11,6 +11,7 @@
* David Dykstal (IBM) - [197167] adding notification and waiting for RSE model
* Martin Oberhuber (Wind River) - [cleanup] Add API "since" Javadoc tags
* David Dykstal (IBM) - [210474] Deny save password function missing
* David Dykstal (IBM) - [233892] Deny password save is not persistent
********************************************************************************/
package org.eclipse.rse.core;
@ -494,6 +495,7 @@ public class RSEPreferencesManager {
result = PasswordPersistenceManager.getInstance().remove(systemType, hostAddress);
result += PasswordPersistenceManager.getInstance().remove(PasswordPersistenceManager.DEFAULT_SYSTEM_TYPE, hostAddress);
}
savePreferences();
return result;
}