projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e22151d
)
Changed config order.
author
Daniel Carl
<danielcarl@gmx.de>
Sun, 3 Nov 2013 19:04:54 +0000
(20:04 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Sun, 3 Nov 2013 19:04:54 +0000
(20:04 +0100)
src/setting.c
patch
|
blob
|
history
diff --git
a/src/setting.c
b/src/setting.c
index
a1e9ded
..
77e4bcb
100644
(file)
--- 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}},