Skip to content
Snippets Groups Projects
Commit 05cd940d authored by lhyqy5's avatar lhyqy5
Browse files

fix loop logic error

parent 4b69b520
No related branches found
No related tags found
No related merge requests found
......@@ -57,9 +57,10 @@ CertFiles:
Console.Write("{0}.", i + 1);
Console.ResetColor();
var retry = false;
bool retry;
do
{
retry = false;
try
{
switch (flag)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment