pull/426/merge
Alireza Mohammadi 11 months ago committed by GitHub
commit 76b1ec41b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -542,7 +542,7 @@ IedServer_createWithConfig(IedModel* dataModel, TLSConfiguration tlsConfiguratio
createMmsServerCache(self); createMmsServerCache(self);
dataModel->initializer(); if (dataModel->initializer) dataModel->initializer();
installDefaultValuesInCache(self); /* This will also connect cached MmsValues to DataAttributes */ installDefaultValuesInCache(self); /* This will also connect cached MmsValues to DataAttributes */

Loading…
Cancel
Save