fix bug when changing password

git-svn-id: svn://10.0.0.236/trunk@44996 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1999-08-28 13:24:00 +00:00
parent 26c871ae25
commit e4728bf233

View File

@@ -443,9 +443,6 @@ PRIVATE PRBool si_Notified = PR_FALSE;
PRIVATE int
si_SaveSignonDataLocked(PRBool fullSave);
PUBLIC int
SI_SaveSignonData();
PUBLIC int
SI_LoadSignonData(PRBool fullLoad);
@@ -1855,6 +1852,7 @@ SI_SaveSignonData() {
/* lock and call common save routine */
si_lock_signon_list();
si_signon_list_changed = PR_TRUE; /* force saving to occur */
retval = si_SaveSignonDataLocked(PR_TRUE);
si_unlock_signon_list();
return retval;