mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
Fix compilation error when Mongo and Memcache libraries are absent
This commit is contained in:
parent
0d4bcb548f
commit
14d74ff619
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
#include "hydra-mod.h"
|
#include "hydra-mod.h"
|
||||||
|
|
||||||
#ifndef LIBMONGODB
|
#ifndef LIBMONGODB
|
||||||
void dummy_mcached() {
|
void dummy_mongodb() {
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue