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:
Eric Wustrow 2013-08-17 11:41:39 -07:00
commit 3776d3cae7
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
};