ENGINE-750: added myself() call - will adjust tests, which fail for a good (but invalid) reason now

sync Release_2.0.3
parent bfaac483f5
commit 0e0be8865d

@ -2056,6 +2056,10 @@ static PEP_STATUS _wipe_default_key_if_invalid(PEP_SESSION session,
break;
}
free(cached_fpr);
if (status == PEP_STATUS_OK)
status = myself(session, ident);
return status;
}

Loading…
Cancel
Save