1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

network: make routing_policy_rule_get() require Manager

This commit is contained in:
Yu Watanabe 2019-06-18 13:08:20 +09:00
parent 35a78c5131
commit 34715d8b03

View File

@ -176,7 +176,7 @@ int routing_policy_rule_get(Manager *m,
RoutingPolicyRule rule, *existing;
assert_return(m, -1);
assert(m);
rule = (RoutingPolicyRule) {
.family = family,