From: Lennart Poettering Date: Fri, 23 Jul 2010 23:56:13 +0000 (+0200) Subject: systemctl: don't hit an assert when we are run from a non-systemd boot X-Git-Tag: v4~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=385771fcf0e9bda850c5cee765ab70431dbed2fc systemctl: don't hit an assert when we are run from a non-systemd boot --- 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);