Commit ad0ff03c authored by Claes Sjöfors's avatar Claes Sjöfors

xtt script function GetAttribut() didn't handle Status attributes

parent b4d5c87f
......@@ -8905,6 +8905,8 @@ static int xnav_attribute_func(char* name, int* return_decl,
case pwr_eType_CastId:
case pwr_eType_VolumeId:
case pwr_eType_ObjectIx:
case pwr_eType_Status:
case pwr_eType_NetStatus:
case pwr_eType_Mask: {
int_val = *(pwr_tUInt32*)object_element;
decl = CCM_DECL_INT;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment