Merge pull request #8 from hmoore-r7/bug/fix-redis-output-compile
This is the last commit needed to build with REDIS
This commit is contained in:
commit
3776d3cae7
@ -18,7 +18,6 @@ extern output_module_t module_extended_file;
|
|||||||
|
|
||||||
#ifdef REDIS
|
#ifdef REDIS
|
||||||
extern output_module_t module_redis;
|
extern output_module_t module_redis;
|
||||||
extern output_module_t module_ssldbfeed;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@ -27,7 +26,6 @@ output_module_t* output_modules[] = {
|
|||||||
&module_extended_file,
|
&module_extended_file,
|
||||||
#ifdef REDIS
|
#ifdef REDIS
|
||||||
&module_redis,
|
&module_redis,
|
||||||
&module_ssldbfeed,
|
|
||||||
#endif
|
#endif
|
||||||
// ADD YOUR MODULE HERE
|
// ADD YOUR MODULE HERE
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user