Merge pull request #394 from mlsendian/master

Fix compilation error when Mongo and Memcache libraries are absent
This commit is contained in:
van Hauser 2019-03-22 21:55:56 +01:00 committed by GitHub
commit 7c81e5dd5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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