chiark / gitweb /
unit: rename 'banned' load state to 'masked'
[elogind.git] / src / load-fragment.c
index b22955b4244687bc9c3009bdc879275d50319c38..eb9861802b21da0ca226f0549d3efa3d509e11b5 100644 (file)
@@ -1885,7 +1885,7 @@ static int load_from_path(Unit *u, const char *path) {
         }
 
         if (null_or_empty(&st))
-                u->meta.load_state = UNIT_BANNED;
+                u->meta.load_state = UNIT_MASKED;
         else {
                 /* Now, parse the file contents */
                 if ((r = config_parse(filename, f, sections, items, false, u)) < 0)