You've already forked mariadb-columnstore-engine
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user