quota2: change max name length from 31 to 15

This commit is contained in:
Jan Engelhardt
2009-07-10 17:21:27 +02:00
parent 0d47cb8b37
commit 1111edfd85

View File

@@ -11,7 +11,7 @@ enum xt_quota_flags {
struct xt_quota_counter; struct xt_quota_counter;
struct xt_quota_mtinfo2 { struct xt_quota_mtinfo2 {
char name[31]; char name[15];
u_int8_t flags; u_int8_t flags;
/* Comparison-invariant */ /* Comparison-invariant */