1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00

manager: add newly created units to gc queue

This commit is contained in:
Lennart Poettering 2010-05-16 04:31:07 +02:00
parent 413d6313d8
commit 949061f0d6

View File

@ -1582,6 +1582,7 @@ int manager_load_unit_prepare(Manager *m, const char *name, const char *path, Un
unit_add_to_load_queue(ret);
unit_add_to_dbus_queue(ret);
unit_add_to_gc_queue(ret);
if (_ret)
*_ret = ret;