From 61245ad18545ab09b22e9fcce5e49d5d36bf8176 Mon Sep 17 00:00:00 2001
From: Lars Hjemli
Date: Sat, 16 Dec 2006 13:43:01 +0100
Subject: Add cache-root option to /cgit/rc

Somehow, this option was forgotten when parsing the configfile.

Add it.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
---
 shared.c | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'shared.c')

diff --git a/shared.c b/shared.c
index 7149597..4574120 100644
--- a/shared.c
+++ b/shared.c
@@ -57,6 +57,8 @@ void cgit_global_config_cb(const char *name, const char *value)
 		cgit_virtual_root = xstrdup(value);
 	else if (!strcmp(name, "nocache"))
 		cgit_nocache = atoi(value);
+	else if (!strcmp(name, "cache-root"))
+		cgit_cache_root = xstrdup(value);
 }
 
 void cgit_repo_config_cb(const char *name, const char *value)
-- 
cgit v1.2.3-54-g00ecf