mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
mlx5: Pass the correct data pointer to the add_dst_cb instead of NULL.
Reported by: -Wunused-but-set-variable Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D34812
This commit is contained in:
parent
3cebca152b
commit
ebb16d5e93
1 changed files with 1 additions and 1 deletions
|
|
@ -1521,7 +1521,7 @@ static void call_to_add_rule_notifiers(struct mlx5_flow_rule *dst,
|
|||
mutex_unlock(&dst->clients_lock);
|
||||
err = iter_handler->add_dst_cb(dst,
|
||||
is_new_rule,
|
||||
NULL,
|
||||
data,
|
||||
iter_handler->client_context);
|
||||
if (err)
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue