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 -- " ? Thank you!
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
