Skip to content

Commit

Permalink
Update ipt_NETFLOW.c
Browse files Browse the repository at this point in the history
update for >= 6.4.0
  • Loading branch information
kalamlacki committed Jul 5, 2023
1 parent ee1886f commit 2a1d250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipt_NETFLOW.c
Original file line number Diff line number Diff line change
Expand Up @@ -5666,7 +5666,7 @@ static int __init ipt_netflow_init(void)
#endif
);
#else /* 2.6.25 */
netflow_sysctl_header = register_sysctl_paths(netflow_sysctl_path, netflow_sysctl_table);
netflow_sysctl_header = register_sysctl("net.netflow", netflow_sysctl_table);
#endif
if (!netflow_sysctl_header) {
printk(KERN_ERR "netflow: can't register to sysctl\n");
Expand Down

0 comments on commit 2a1d250

Please sign in to comment.