]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/unit.c
Fix same expression on both sides of '&&'
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 9 Nov 2011 19:48:31 +0000 (20:48 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Mon, 14 Nov 2011 17:08:27 +0000 (18:08 +0100)
commit085c98af4eb17858b4687068f12eccc51a032732
treee15e55613ffd974d1ba24ecfe33b477c51d8cff3
parent9f84624270432cdff35c4f499fbdb9e0f94fe705
Fix same expression on both sides of '&&'

The code should probably look like the statements above it.
Please verify, I just detected it using cppcheck.

Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
src/unit.c