From b61c193295f49de4e2a23029f75bcd51722a10d8 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Sun, 3 Nov 2013 20:04:54 +0100 Subject: [PATCH] Changed config order. --- src/setting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setting.c b/src/setting.c index a1e9ded..77e4bcb 100644 --- a/src/setting.c +++ b/src/setting.c @@ -84,8 +84,8 @@ static Setting default_settings[] = { {NULL, "proxy", TYPE_BOOLEAN, proxy, {0}}, #ifdef FEATURE_COOKIE - {NULL, "cookie-timeout", TYPE_INTEGER, cookie_timeout, {0}}, {NULL, "cookie-accept", TYPE_CHAR, cookie_accept, {0}}, + {NULL, "cookie-timeout", TYPE_INTEGER, cookie_timeout, {0}}, #endif {NULL, "strict-ssl", TYPE_BOOLEAN, strict_ssl, {0}}, {NULL, "strict-focus", TYPE_BOOLEAN, strict_focus, {0}}, -- 2.20.1