From fe0ed99df4f0c4042eb847571a23da069d5baeff Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 8 May 2018 13:44:28 +0300 Subject: [PATCH] MXS-1848 Fix typo --- server/modules/monitor/grmon/grmon.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/monitor/grmon/grmon.cc b/server/modules/monitor/grmon/grmon.cc index c4d16c60c..a11da47c7 100644 --- a/server/modules/monitor/grmon/grmon.cc +++ b/server/modules/monitor/grmon/grmon.cc @@ -72,7 +72,7 @@ GRMon::~GRMon() GRMon* GRMon::create(MXS_MONITOR* monitor) { - return new GRMon(monitor)); + return new GRMon(monitor); } bool GRMon::start(const MXS_CONFIG_PARAMETER* params)