Skip to content

Commit

Permalink
fixed logattacker plugin_config
Browse files Browse the repository at this point in the history
  • Loading branch information
vorband committed Nov 20, 2014
1 parent 6280740 commit c5fdaa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/htm_logAttacker.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ void plugin_config(void) {

void plugin_init(void) {
plugin_register_hooks();
plugin_config();

// open log file
if ((f = fopen(logfile, "a")) == NULL) {
Expand Down

0 comments on commit c5fdaa4

Please sign in to comment.