From 2121dcdded3275ed07786fc7924b6d40ca916dc9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 27 Apr 2011 15:53:45 +0200 Subject: [PATCH] manager: fix serialization counter --- TODO | 2 +- src/manager.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 0474522a5..62e0a2e37 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 9c817b0e4..084b41f13 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) -- 2.30.2