Fix incorrect state in check_ping

fixes #5223
This commit is contained in:
Jean Flach 2017-05-04 09:38:08 +02:00
parent 55181fe8b2
commit 2932651b64
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ INT printOutput(printInfoStruct& printInfo, response& response)
if (response.dropped == printInfo.num) {
std::wcout << L"PING CRITICAL ALL CONNECTIONS DROPPED | " << perf.str() << '\n';
return 3;
return 2;
}
switch (state) {