Bug 136523. Fix to kwallet native code

This commit is contained in:
Jim Norman 2005-12-05 20:34:11 +00:00
parent 80260d88ae
commit a36c417509
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 5 13:32:23 MST 2005 - jnorman@novell.com
- Bug 136523. Fix KWallet code to show KWallet secrets.
fix made in kwallets_rw.cpp
-------------------------------------------------------------------
Fri Dec 2 16:35:38 MST 2005 - jnorman@novell.com

View File

@ -145,7 +145,7 @@ extern "C"
printf("inside natiove agg");
int retVal = 0;
// struct EnumSecretList *tempEnumSecrets = NULL;
tempEnumSecrets = NULL;
retVal = win->ReadAllWalletSecrets(&tempEnumSecrets);
struct EnumSecretList *iter = tempEnumSecrets;