mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
WIP sqving - removed some useless async await
This commit is contained in:
@@ -587,7 +587,7 @@ namespace ModernKeePassLib
|
||||
|
||||
IOConnection ioc = new IOConnection();
|
||||
Stream s = await ioc.OpenRead(ioSource);
|
||||
await kdb4.Load(s, Kdb4Format.Default, slLogger);
|
||||
kdb4.Load(s, Kdb4Format.Default, slLogger);
|
||||
|
||||
s.Dispose();
|
||||
|
||||
|
Reference in New Issue
Block a user