Bug 176460. Added a filewatcher on file in question
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user