]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-routing-policy-rule.c
network: remove unused argument in routing_policy_rule_configure()
[thirdparty/systemd.git] / src / network / networkd-routing-policy-rule.c
index 637f8d5966f8b621f6694908aa875ce30d5b79f8..a1e56ec43679f2a6e88f165c2c2d14aedb4fc6db 100644 (file)
@@ -472,7 +472,7 @@ static int routing_policy_rule_handler(sd_netlink *rtnl, sd_netlink_message *m,
         return 1;
 }
 
-int routing_policy_rule_configure(RoutingPolicyRule *rule, Link *link, link_netlink_message_handler_t callback, bool update) {
+int routing_policy_rule_configure(RoutingPolicyRule *rule, Link *link, link_netlink_message_handler_t callback) {
         _cleanup_(sd_netlink_message_unrefp) sd_netlink_message *m = NULL;
         int r;