summaryrefslogtreecommitdiffstats
path: root/src/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg.c')
-rw-r--r--src/cfg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cfg.c b/src/cfg.c
index f4361ec..42da3a5 100644
--- a/src/cfg.c
+++ b/src/cfg.c
@@ -174,8 +174,7 @@ int parse_json_config(const char *filename, struct og_server_cfg *cfg)
if ((flags & OG_SERVER_CFG_REST) &&
(flags & OG_SERVER_CFG_DB) &&
- (flags & OG_SERVER_CFG_WOL) &&
- (flags & OG_SERVER_CFG_REPO)) {
+ (flags & OG_SERVER_CFG_WOL)) {
ret = 0;
} else {
syslog(LOG_ERR, "Missing attributes in json file");