remove warning.

git-svn-id: file:///svn/unbound/trunk@4156 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-05-16 07:30:44 +00:00
parent d0d6e34746
commit c5cfa6c09c

View file

@ -176,7 +176,7 @@ cachedb_apply_cfg(struct cachedb_env* cachedb_env, struct config_file* cfg)
if(!cachedb_env->backend) {
log_err("cachedb: cannot find backend name '%s",
backend_str);
return NULL;
return 0;
}
}
/* TODO see if more configuration needs to be applied or not */