diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-24 01:56:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-24 01:56:13 +0200 |
commit | 385771fcf0e9bda850c5cee765ab70431dbed2fc (patch) | |
tree | 083f142d13cc0549b993dc6a48e54c0574dc2892 | |
parent | e054f8333d7ba2e598784a9718e751c5d956ac9e (diff) |
systemctl: don't hit an assert when we are run from a non-systemd boot
-rw-r--r-- | src/systemctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index 1e3385f860..2ae8c27d08 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); |