mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-19 22:25:52 +02:00
[233892] Deny password save is not persistent
https://bugs.eclipse.org/bugs/show_bug.cgi?id=233892
This commit is contained in:
parent
2a62b6534e
commit
c194b121d2
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
* David Dykstal (IBM) - [197167] adding notification and waiting for RSE model
|
* David Dykstal (IBM) - [197167] adding notification and waiting for RSE model
|
||||||
* Martin Oberhuber (Wind River) - [cleanup] Add API "since" Javadoc tags
|
* Martin Oberhuber (Wind River) - [cleanup] Add API "since" Javadoc tags
|
||||||
* David Dykstal (IBM) - [210474] Deny save password function missing
|
* David Dykstal (IBM) - [210474] Deny save password function missing
|
||||||
|
* David Dykstal (IBM) - [233892] Deny password save is not persistent
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
package org.eclipse.rse.core;
|
package org.eclipse.rse.core;
|
||||||
|
|
||||||
|
@ -494,6 +495,7 @@ public class RSEPreferencesManager {
|
||||||
result = PasswordPersistenceManager.getInstance().remove(systemType, hostAddress);
|
result = PasswordPersistenceManager.getInstance().remove(systemType, hostAddress);
|
||||||
result += PasswordPersistenceManager.getInstance().remove(PasswordPersistenceManager.DEFAULT_SYSTEM_TYPE, hostAddress);
|
result += PasswordPersistenceManager.getInstance().remove(PasswordPersistenceManager.DEFAULT_SYSTEM_TYPE, hostAddress);
|
||||||
}
|
}
|
||||||
|
savePreferences();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue