X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Funit.c;h=7cd704351cb0e30300cf37436fed9c0c49156cd7;hp=63ccd671da99a829d3d0c2a770df72a32217614f;hb=628c89cc68ab96fce2de7ebba5933725d147aecc;hpb=03455c2879699852b691903343e378c28992ff6a diff --git a/src/core/unit.c b/src/core/unit.c index 63ccd671d..7cd704351 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -2834,7 +2834,6 @@ int unit_add_node_link(Unit *u, const char *what, bool wants) { return -ENOMEM; r = manager_load_unit(u->manager, e, NULL, NULL, &device); - if (r < 0) return r;