1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

run: drop mistakenly committed test code

This commit is contained in:
Lennart Poettering 2014-01-31 18:03:15 +01:00
parent 9ceefc810f
commit eb15fe5cbb

View File

@ -356,14 +356,6 @@ static int start_transient_scope(
if (r < 0)
return r;
{
const char *unique_id;
sd_bus_get_unique_name(bus, &unique_id);
r = sd_bus_message_append(m, "(sv)", "Controller", "s", unique_id);
if (r < 0)
return r;
}
r = message_start_transient_unit_send(bus, m, error, NULL);
if (r < 0)
return r;