This is the last commit needed to build with REDIS

This commit is contained in:
HD Moore 2013-08-17 10:38:57 -05:00
parent 01f4f985a1
commit 2e6261720f
1 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ extern output_module_t module_extended_file;
#ifdef REDIS
extern output_module_t module_redis;
extern output_module_t module_ssldbfeed;
#endif
@ -27,7 +26,6 @@ output_module_t* output_modules[] = {
&module_extended_file,
#ifdef REDIS
&module_redis,
&module_ssldbfeed,
#endif
// ADD YOUR MODULE HERE
};