]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/condition: fix printing of ConditionNull=
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 26 Jun 2019 14:21:34 +0000 (16:21 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 27 Jun 2019 08:54:37 +0000 (10:54 +0200)
commite3b52014e2b3e5cfa1ddc23828b14a9fce3507b3
tree08eef8953de9fc4fe87674e5e718a85702ee1950
parentedfea9fe0db025d8b90f07d969b48a1017399265
shared/condition: fix printing of ConditionNull=

ConditionNull= is the only condition where parameter==NULL is allowed,
and we'd print ConditionNull=(null) or ConditionNull=!(null).
src/shared/condition.c