From 6f9a471aa677ff4048aea168d7cea3697cf51fb3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 16 Apr 2011 01:48:02 +0200 Subject: util: truncate newline inside of read_one_line_file() already --- src/cgroups-agent.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cgroups-agent.c') 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); -- cgit v1.2.3-54-g00ecf