Re: [systemd-devel] manager.c

2011-04-27 Thread Lennart Poettering
On Wed, 27.04.11 02:07, Cristi Patty ([email protected]) wrote: > in [manager.c], function [manager_reload], close to the end of > function, there are these lines:"       assert(m->n_deserializing > > 0);        m->n_deserializing ++;                             "- is it > really OK the " m->n

[systemd-devel] manager.c

2011-04-27 Thread Cristi Patty
in [manager.c], function [manager_reload], close to the end of function, there are these lines:"       assert(m->n_deserializing > 0);         m->n_deserializing ++;                             "- is it really OK the " m->n_deserializing ++ " or it should have been " m->n_deserializing -- " ? Tha