summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-27 15:53:45 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-27 15:54:34 +0200
commit2121dcdded3275ed07786fc7924b6d40ca916dc9 (patch)
tree3fb6a14f9ddfabed40533ff6c13b5282f2e5b054
parent7dad4db0cb3846ec2dd756bcd7a43b2718da768f (diff)
manager: fix serialization counter
-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)