Bug 176460. Added a filewatcher on file in question

This commit is contained in:
Jim Norman
2006-07-05 18:29:53 +00:00
parent 1b5e320313
commit 8ff56b0a12
5 changed files with 155 additions and 3 deletions

View File

@@ -1479,7 +1479,7 @@ namespace Novell.CASA.GUI
// check Current MP
if (entryOldMP.Text != "")
{
int rcode = miCASA.SetMasterPassword(1, entryOldMP.Text);
int rcode = miCASA.SetMasterPassword(0, entryOldMP.Text);
if (rcode != 0)
{
DisplayError("Current Master Password is not correct");