diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-16 01:48:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-16 02:03:34 +0200 |
commit | 6f9a471aa677ff4048aea168d7cea3697cf51fb3 (patch) | |
tree | 3e938ced3c857d51c15b42c0ac9a5d310947d7b2 /src/cgroups-agent.c | |
parent | 8480e784f176a4911e22497e01bfbdf084342520 (diff) |
util: truncate newline inside of read_one_line_file() already
Diffstat (limited to 'src/cgroups-agent.c')
-rw-r--r-- | src/cgroups-agent.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cgroups-agent.c b/src/cgroups-agent.c index e0868b6137..7f001e67d1 100644 --- a/src/cgroups-agent.c +++ b/src/cgroups-agent.c @@ -43,7 +43,6 @@ int main(int argc, char *argv[]) { log_parse_environment(); log_open(); - /* We send this event to the private D-Bus socket and then the * system instance will forward this to the system bus. We do * this to avoid an activation loop when we start dbus when we @@ -94,7 +93,6 @@ finish: dbus_connection_unref(bus); } - if (m) dbus_message_unref(m); |