summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--src/manager.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 0474522a55..62e0a2e37d 100644
--- a/TODO
+++ b/TODO
@@ -51,8 +51,8 @@ Features:
* write blog stories about:
- enabling dbus services
- status update
- - the new configuration files
- you are a distro: why switch?
+ - /etc/sysconfig and /etc/default
* maybe add tiny dbus services similar to hostnamed for locale and wallclock/timezone?
diff --git a/src/manager.c b/src/manager.c
index 9c817b0e41..084b41f13e 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -2841,7 +2841,7 @@ int manager_reload(Manager *m) {
r = q;
assert(m->n_deserializing > 0);
- m->n_deserializing ++;
+ m->n_deserializing--;
finish:
if (f)