1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-09 13:57:42 +03:00

bus-util: drop unnecessary !!

This commit is contained in:
Yu Watanabe 2018-06-25 16:19:32 +09:00
parent ca285cdb40
commit 031651a57a

View File

@ -500,7 +500,7 @@ int bus_verify_polkit_async(
if (r < 0)
return r;
r = sd_bus_message_append(pk, "us", !!interactive, NULL);
r = sd_bus_message_append(pk, "us", interactive, NULL);
if (r < 0)
return r;