fix missing return

pull/13942/head
Paul Szczeanek 2020-11-23 09:06:42 +00:00
parent 63887d19a8
commit e71f452e9d
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ public:
entry_handle_t correct_handle = find_entry_by_peer_ediv_rand(ediv, rand);
if (!correct_handle) {
cb(*db_handle, NULL);
return;
}
// Note: keys should never be null as a matching entry has been retrieved
SecurityEntryKeys_t* keys = read_in_entry_local_keys(correct_handle);