Skip to content

Commit

Permalink
fix sysctl table check failed
Browse files Browse the repository at this point in the history
[484924.324330] sysctl table check failed: urllogger_store/(null) procname is null
[484924.324333] sysctl table check failed: urllogger_store/(null) No proc_handler
  • Loading branch information
ptpt52 committed Sep 22, 2024
1 parent 0526a3c commit 5bf7267
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion natflow_urllogger.c
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,6 @@ static struct ctl_table urllogger_table[] = {
.mode = S_IRUGO|S_IWUSR,
.proc_handler = proc_douintvec,
},
{ }
};

#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 5, 0)
Expand Down

0 comments on commit 5bf7267

Please sign in to comment.