summaryrefslogtreecommitdiff
path: root/imap4d/imap4d.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/imap4d.c')
-rw-r--r--imap4d/imap4d.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index 435be73de..2f92396cd 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -1023,8 +1023,10 @@ main (int argc, char **argv)
else
{
struct imap4d_srv_config cfg;
- memset (&cfg, 0, sizeof cfg);
+ memset (&cfg, 0, sizeof cfg);
+ idle_timeout = mu_m_server_timeout (server);
+
if (mu_gsasl_enabled ())
{
auth_gssapi_init ();

Return to:

Send suggestions and report system problems to the System administrator.