Merge branch 'master' into feature/add-json-output
Conflicts: INSTALL
This commit is contained in:
@ -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
|
||||
|
||||
#ifdef JSON
|
||||
@ -30,7 +29,6 @@ output_module_t* output_modules[] = {
|
||||
&module_extended_file,
|
||||
#ifdef REDIS
|
||||
&module_redis,
|
||||
&module_ssldbfeed,
|
||||
#endif
|
||||
#ifdef JSON
|
||||
&module_json_file,
|
||||
|
Reference in New Issue
Block a user