diff options
Diffstat (limited to 'src/unit.c')
-rw-r--r-- | src/unit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unit.c b/src/unit.c index 2f8b92d3b5..d2652bafb2 100644 --- a/src/unit.c +++ b/src/unit.c @@ -2236,7 +2236,8 @@ static const char* const unit_load_state_table[_UNIT_LOAD_STATE_MAX] = { [UNIT_STUB] = "stub", [UNIT_LOADED] = "loaded", [UNIT_ERROR] = "error", - [UNIT_MERGED] = "merged" + [UNIT_MERGED] = "merged", + [UNIT_BANNED] = "banned" }; DEFINE_STRING_TABLE_LOOKUP(unit_load_state, UnitLoadState); |