Fix problem with --dnssec-timestamp

whereby receipt of SIGHUP would erroneously engage timestamp checking.
This commit is contained in:
Kevin Darbyshire-Bryant
2016-07-11 21:03:27 +01:00
committed by Simon Kelley
parent 1d07667ac7
commit 06093a9a84
4 changed files with 12 additions and 5 deletions

View File

@@ -992,6 +992,7 @@ extern struct daemon {
#endif
#ifdef HAVE_DNSSEC
struct ds_config *ds;
int dnssec_no_time_check;
int back_to_the_future;
char *timestamp_file;
#endif