Update Client.cpp

This commit is contained in:
alexey-milovidov 2020-06-11 20:57:23 +03:00 committed by GitHub
parent 615ab071d3
commit e690d0a3ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1925,7 +1925,6 @@ public:
if (exit_code == 0) if (exit_code == 0)
exit_code = 255; exit_code = 255;
exit(exit_code); exit(exit_code);
} }
} }