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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=385771fcf0e9bda850c5cee765ab70431dbed2fc;p=thirdparty%2Fsystemd.git 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 1e3385f8604..2ae8c27d087 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);