[systemd-commits] src/run

Lennart Poettering lennart at kemper.freedesktop.org
Fri Jan 31 09:03:39 PST 2014


 src/run/run.c |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit eb15fe5cbb782fcb6527ba4496b49eed66ba6bab
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jan 31 18:03:15 2014 +0100

    run: drop mistakenly committed test code

diff --git a/src/run/run.c b/src/run/run.c
index b9e1700..1b14e40 100644
--- a/src/run/run.c
+++ b/src/run/run.c
@@ -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;



More information about the systemd-commits mailing list