Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel...
[firefly-linux-kernel-4.4.55.git] / net / netfilter / nf_log.c
index 43c926cae9c00de1306144abcddcf64f510c2864..0d8448f19dfe982f64879d9dc55ba7d746696196 100644 (file)
@@ -425,8 +425,7 @@ static int netfilter_log_sysctl_init(struct net *net)
                        nf_log_sysctl_table[i].procname =
                                nf_log_sysctl_fnames[i];
                        nf_log_sysctl_table[i].data = NULL;
-                       nf_log_sysctl_table[i].maxlen =
-                               NFLOGGER_NAME_LEN * sizeof(char);
+                       nf_log_sysctl_table[i].maxlen = NFLOGGER_NAME_LEN;
                        nf_log_sysctl_table[i].mode = 0644;
                        nf_log_sysctl_table[i].proc_handler =
                                nf_log_proc_dostring;