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:
parent
ca285cdb40
commit
031651a57a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user