Skip to content

Commit

Permalink
Fix broken single link test on Web GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
tindy2013 committed Aug 26, 2019
1 parent 72a1fb4 commit 82008e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ int main(int argc, char* argv[])
}
else if(allNodes.size() == 1)
{
printMsg(SPEEDTEST_MESSAGE_GOTSERVER, &allNodes[0], rpcmode);
singleTest(&allNodes[0]);
if(single_test_force_export)
{
Expand Down

0 comments on commit 82008e7

Please sign in to comment.