1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-05 15:41:14 +03:00

Fix brace merge issue

This commit is contained in:
Andrew Hutchings
2018-10-05 21:48:51 +01:00
parent f1f13a09d1
commit 3fffc75d86
2 changed files with 3 additions and 1 deletions

View File

@ -224,7 +224,7 @@ int main(int argc, char** argv)
}
catch (...) {}
if ( cloud == "amazon-ec2" || cloud == "amazon-vpc" ) {
if ( cloud == "amazon-ec2" || cloud == "amazon-vpc" )
{
if (!aMonitor.amazonIPCheck())
{