summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-24 01:56:13 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-24 01:56:13 +0200
commit385771fcf0e9bda850c5cee765ab70431dbed2fc (patch)
tree083f142d13cc0549b993dc6a48e54c0574dc2892
parente054f8333d7ba2e598784a9718e751c5d956ac9e (diff)
systemctl: don't hit an assert when we are run from a non-systemd boot
-rw-r--r--src/systemctl.c1
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);