mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
shared: fix leftover bool value from flags conversion
Follow-up for 5c48335ef4
This commit is contained in:
@@ -128,7 +128,7 @@ int bus_test_polkit(
|
||||
_cleanup_(sd_bus_message_unrefp) sd_bus_message *request = NULL, *reply = NULL;
|
||||
int authorized = false, challenge = false;
|
||||
|
||||
r = bus_message_new_polkit_auth_call_for_bus(call, action, details, /* flags = */ false, &request);
|
||||
r = bus_message_new_polkit_auth_call_for_bus(call, action, details, /* flags = */ 0, &request);
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user