- Added support for ADD/MODIFY/DELETE functionalities for Keyring and
Kwallet stores in A-Dlib. .....................................................................
This commit is contained in:
@@ -47,7 +47,7 @@ using namespace KWallet;
|
||||
|
||||
// Read the secret from the entry
|
||||
QByteArray value;
|
||||
printf("kwallet: Read Key entered\n");
|
||||
//printf("kwallet: Read Key entered\n");
|
||||
|
||||
if (wallet->readEntry(key, value)==0)
|
||||
{
|
||||
@@ -103,13 +103,13 @@ using namespace KWallet;
|
||||
|
||||
} else
|
||||
{
|
||||
printf("Could not read the entry..inner IF\n");
|
||||
//printf("Could not read the entry..inner IF\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
} else
|
||||
{
|
||||
printf("Could not read the entry Inside wallet->readkey\n");
|
||||
//printf("Could not read the entry Inside wallet->readkey\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user