aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-06-03 18:03:19 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-06-03 18:03:19 +0400
commit83a9452974ec2f9c7be262a77e54a1ea2557c795 (patch)
tree494a3694a4a29048b4039bfc13ca99a3f82a0527 /src/cfg_file.h
parentcd46ea93d5bb0b08e2c87125de88b32c47bc84aa (diff)
downloadrspamd-83a9452974ec2f9c7be262a77e54a1ea2557c795.tar.gz
rspamd-83a9452974ec2f9c7be262a77e54a1ea2557c795.zip
Misprint.
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r--src/cfg_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h
index 2d3cb20a0..9e10cd8fc 100644
--- a/src/cfg_file.h
+++ b/src/cfg_file.h
@@ -230,7 +230,7 @@ struct worker_conf {
guint16 count; /**< number of workers */
gint listen_sock; /**< listening socket desctiptor */
guint32 rlimit_nofile; /**< max files limit */
- guint32 rlimit_maxcore; /**< maximum core file size */
+ guint32 rlimit_maxcore; /**< maximum core file size */
GHashTable *params; /**< params for worker */
GQueue *active_workers; /**< linked list of spawned workers */
gboolean has_socket; /**< whether we should make listening socket in main process */