Fix compilation error when Mongo and Memcache libraries are absent

This commit is contained in:
Marco Slaviero 2019-03-22 11:09:05 +02:00
parent 0d4bcb548f
commit 14d74ff619

View file

@ -9,7 +9,7 @@
#include "hydra-mod.h"
#ifndef LIBMONGODB
void dummy_mcached() {
void dummy_mongodb() {
printf("\n");
}
#else