diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-06-05 14:16:36 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2016-06-05 17:47:56 +0100 |
commit | bdc20e81e628a5d630f649b2d01fcfc795ca39ea (patch) | |
tree | c36e16c3b753c42aa1313f481f45f0db50eb0df2 /src/conf.c | |
parent | 14630f6b4763b34ff96c091c3e55f387862af185 (diff) |
Add support for limited temporary Klines
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1178,6 +1178,7 @@ set_default_conf(void) ConfigFileEntry.use_egd = 0; ConfigFileEntry.egdpool_path = NULL; ConfigFileEntry.throttle_time = 10; + ConfigFileEntry.tkline_max = 24 * 3600; } static void |