Fix typo in textual description in ct_dump_stats()
Bug introduced in a0f1c0e281
This commit is contained in:
parent
ab15d06d13
commit
8cd2f5728a
1 changed files with 2 additions and 2 deletions
|
@ -267,8 +267,8 @@ static void ct_dump_stats(struct nl_object *a, struct nl_dump_params *p)
|
|||
!nfnl_ct_test_bytes(ct, 1) ||
|
||||
!nfnl_ct_test_packets(ct, 1))
|
||||
{
|
||||
nl_dump_line(p, " Statics are not available.\n");
|
||||
nl_dump_line(p, " Please set sysctl net.netfilter.nf_conntrack_acct = 1\n");
|
||||
nl_dump_line(p, " Statistics are not available.\n");
|
||||
nl_dump_line(p, " Please set sysctl net.netfilter.nf_conntrack_acct=1\n");
|
||||
nl_dump_line(p, " (Require kernel 2.6.27)\n");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue