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

@@ -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;