Removed option property from required property list.

This commit is contained in:
skarg
2018-08-30 01:11:26 +00:00
parent a37acdb319
commit 14a2bf696a
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -63,6 +63,7 @@ static const int Properties_Required[] = {
static const int Properties_Optional[] = {
PROP_EVENT_STATE,
PROP_OUT_OF_SERVICE,
PROP_DESCRIPTION,
-1
};