mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 02:27:31 -07:00
Merge pull request #394 from mlsendian/master
Fix compilation error when Mongo and Memcache libraries are absent
This commit is contained in:
commit
7c81e5dd5d
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