From 385771fcf0e9bda850c5cee765ab70431dbed2fc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 24 Jul 2010 01:56:13 +0200 Subject: [PATCH] systemctl: don't hit an assert when we are run from a non-systemd boot --- src/systemctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/systemctl.c b/src/systemctl.c index 1e3385f86..2ae8c27d0 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -4426,7 +4426,6 @@ static int systemctl_main(DBusConnection *bus, int argc, char *argv[], DBusError int left; unsigned i; - assert(bus); assert(argc >= 0); assert(argv); assert(error); -- 2.30.2