Skip to content

Commit

Permalink
Update to resolve issue #2
Browse files Browse the repository at this point in the history
Will regenerate the PCAP filter after successfully reading the updated configuration file.
  • Loading branch information
airwoflgh committed Nov 27, 2015
1 parent 64230a1 commit a3a2cd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/knockd.c
Expand Up @@ -406,6 +406,8 @@ void reload(int signum)
perror("warning: cannot open logfile");
}

generate_pcap_filter();

return;
}

Expand Down

0 comments on commit a3a2cd2

Please sign in to comment.