mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -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"
|
||||
|
||||
#ifndef LIBMONGODB
|
||||
void dummy_mcached() {
|
||||
void dummy_mongodb() {
|
||||
printf("\n");
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue