mirror of
https://github.com/systemd/systemd.git
synced 2025-03-14 04:58:28 +03:00
systemctl: fix assertion hit by incorrect comparison
This commit is contained in:
parent
cd7409576d
commit
ec76596cab
@ -672,7 +672,7 @@ static int list_unit_files(DBusConnection *bus, char **args) {
|
||||
UnitFileList *u;
|
||||
const char *state;
|
||||
|
||||
assert(dbus_message_iter_get_arg_type(&sub) != DBUS_TYPE_STRUCT);
|
||||
assert(dbus_message_iter_get_arg_type(&sub) == DBUS_TYPE_STRUCT);
|
||||
|
||||
if (c >= n_units) {
|
||||
UnitFileList *w;
|
||||
|
Loading…
x
Reference in New Issue
Block a user