mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
polkit: trivial simplification
This commit is contained in:
committed by
Luca Boccassi
parent
03292f9663
commit
efb4858f11
@@ -48,11 +48,7 @@ static int bus_message_append_strv_key_value(sd_bus_message *m, const char **l)
|
||||
return r;
|
||||
}
|
||||
|
||||
r = sd_bus_message_close_container(m);
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
return r;
|
||||
return sd_bus_message_close_container(m);
|
||||
}
|
||||
|
||||
static int bus_message_new_polkit_auth_call_for_bus(
|
||||
|
||||
Reference in New Issue
Block a user