This is an automatically generated e-mail. To reply, visit: http://reviewboard-openlmi.rhcloud.com/r/279/ |
src/LMI_DNSSettingDataProvider.c (Diff revisions 1 - 2) | |||
---|---|---|---|
static CMPIStatus LMI_DNSSettingDataModifyInstance( |
|||
157 | const char *setting_id = id_from_instanceid(ref.InstanceID.chars, "LMI_DNSSettingData"); |
158 | const char *setting_id = id_from_instanceid(ref.InstanceID.chars, "LMI_DNSSettingData"); |
158 | if (setting_id == NULL) { |
159 | if (setting_id == NULL) { |
159 | KReturn2(_cb, ERR_FAILED, "Invalid ObjectPath for of class LMI_DNSSettingData"); |
160 | KReturn2(_cb, ERR_FAILED, "Invalid ObjectPath for class LMI_DNSSettingData"); |
Still hardcoded class names.
- Roman
On April 30th, 2013, 6:49 a.m. UTC, Radek Novacek wrote:
Review request for OpenLMI Developers.
By Radek Novacek.
Updated April 30, 2013, 6:49 a.m.
Repository:
openlmi-networking
Description
Diffs
|