dect
/
libnl
Archived
13
0
Fork 0

Fix typo in textual description in ct_dump_stats()

Bug introduced in a0f1c0e281
This commit is contained in:
Коренберг Марк (дома) 2012-08-30 00:15:12 +06:00
parent ab15d06d13
commit 8cd2f5728a
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}