Skip to content

Commit

Permalink
Merge pull request #400 from hodarh/maxttl
Browse files Browse the repository at this point in the history
OPENDNSSEC-767
  • Loading branch information
halderen committed Apr 20, 2016
2 parents 4bc7a0e + 9a36bab commit 58c2153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signer/src/parser/signconfparser.c
Expand Up @@ -412,7 +412,7 @@ parse_sc_max_zone_ttl(const char* cfgfile)
duration_type* duration = NULL;
const char* str = parse_conf_string(cfgfile,
"//SignerConfiguration/Zone/Signatures/MaxZoneTTL",
1);
0);
if (!str) {
return NULL;
}
Expand Down

0 comments on commit 58c2153

Please sign in to comment.