]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: don't mangle unit names in check_unit_generic()
authorLennart Poettering <lennart@poettering.net>
Thu, 28 Jan 2016 15:33:31 +0000 (16:33 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 Jan 2016 15:34:21 +0000 (16:34 +0100)
commit6233b9023b18148b2553b4d4fba246701b55916e
tree1a6183d455812ccecf079a409dfefc602d3bfb69
parentd813d7a37211680b3110e36b3bcaff7510a14378
systemctl: don't mangle unit names in check_unit_generic()

As it turns out all callers of check_unit_generic() already mangle unit names, or get the unit names directly from PID
1 (and hence arein normalized form anyway), hence there's no point in mangling then...
src/systemctl/systemctl.c