Bugfix: Search without context now working again (fixes resolving of references fields)

This commit is contained in:
Philipp Crocoll 2013-08-14 05:59:26 +02:00
parent 21f38a4eaa
commit d169cd3f5b

View File

@ -718,6 +718,7 @@ namespace KeePassLib
public void SearchEntries(SearchParameters sp, PwObjectList<PwEntry> listStorage,
IStatusLogger slStatus)
{
SearchEntries(sp, listStorage, null, slStatus);
}
/// <summary>