Define 'State.DISABLED_VALID' value.

This commit is contained in:
djalal 2011-09-12 14:21:21 +00:00
parent ae90b1b6f8
commit 0b20e734b4

View file

@ -108,6 +108,7 @@ State = {
TIME_RESTRICTED = 64,
HOST_RESTRICTED = 128,
LOCKED_VALID = 256,
DISABLED_VALID = 512,
}
StateMsg = {