Skip to content

Commit 8a45bc0

Browse files
authored
Moved clearing actually into the function
1 parent b74aa0d commit 8a45bc0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

windows/src/main/csharp/ch/cyberduck/ui/controller/PromptLoginController.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,8 @@ public Local select(Local identity)
118118
}
119119

120120
private void InitPrivateKeys()
121-
122-
_keys.Clear();
123-
124121
{
122+
_keys.Clear();
125123
foreach (
126124
Local key in
127125
Utils.ConvertFromJavaList<Local>(

0 commit comments

Comments
 (0)