Changed Device_Objects_Property_List() function to pass the object instance so that objects of the same type can have different optional or proprietary properties.

This commit is contained in:
skarg
2016-08-12 21:54:02 +00:00
parent a8ad8f4d5c
commit bec5836bbd
9 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ void handler_read_property_multiple(
} else {
special_object_property = rpmdata.object_property;
Device_Objects_Property_List(rpmdata.object_type,
&property_list);
rpmdata.object_instance, &property_list);
property_count =
RPM_Object_Property_Count(&property_list,
special_object_property);