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:
parent
35a78c5131
commit
34715d8b03
@ -176,7 +176,7 @@ int routing_policy_rule_get(Manager *m,
|
||||
|
||||
RoutingPolicyRule rule, *existing;
|
||||
|
||||
assert_return(m, -1);
|
||||
assert(m);
|
||||
|
||||
rule = (RoutingPolicyRule) {
|
||||
.family = family,
|
||||
|
Loading…
Reference in New Issue
Block a user