1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-26 05:02:32 +03:00

Fix for config to update global flah.

This commit is contained in:
benthompson15
2020-04-23 04:14:59 -05:00
parent 8dc9960c74
commit 1dff484c41
2 changed files with 28 additions and 5 deletions

View File

@@ -3210,6 +3210,7 @@ void processStatusMSG(messageqcpp::IOSocket* cfIos)
oam::DeviceNetworkConfig devicenetworkconfig;
oam::DeviceNetworkList devicenetworklist;
string value;
MonitorConfig currentConfig;
*msg >> moduleCount;
@@ -3223,7 +3224,7 @@ void processStatusMSG(messageqcpp::IOSocket* cfIos)
log.writeLog(__LINE__, "statusControl: REQUEST RECEIVED: Add Module");
string moduleType = devicenetworkconfig.DeviceName.substr(0, MAX_MODULE_TYPE_SIZE);
string OAMParentModuleType = config.OAMParentName().substr(0, 2);
string OAMParentModuleType = currentConfig.OAMParentName().substr(0, 2);
// add to module status shared memory
DeviceNetworkList::iterator pt = devicenetworklist.begin();