From 6daf4f9001d87da9e92c04ff606b454c209f0951 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 8 Oct 2010 18:21:52 +0200 Subject: unit: rename 'banned' load state to 'masked' --- src/unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unit.h') diff --git a/src/unit.h b/src/unit.h index aa818d4f21..605fa3774d 100644 --- a/src/unit.h +++ b/src/unit.h @@ -62,7 +62,7 @@ enum UnitLoadState { UNIT_LOADED, UNIT_ERROR, UNIT_MERGED, - UNIT_BANNED, + UNIT_MASKED, _UNIT_LOAD_STATE_MAX, _UNIT_LOAD_STATE_INVALID = -1 }; -- cgit v1.2.3-54-g00ecf