Commit 81a883fd authored by Simon Kelley's avatar Simon Kelley

Format tweak.

parent 40b695c1
...@@ -1207,7 +1207,7 @@ static int tcp_key_recurse(time_t now, int status, int class, char *keyname, str ...@@ -1207,7 +1207,7 @@ static int tcp_key_recurse(time_t now, int status, int class, char *keyname, str
{ {
n = (c1 << 8) | c2; n = (c1 << 8) | c2;
if (status == STAT_NEED_KEY) if (status == STAT_NEED_KEY)
new_status = dnssec_validate_by_ds(now, header, n, daemon->namebuff, daemon->keyname, class); new_status = dnssec_validate_by_ds(now, header, n, daemon->namebuff, daemon->keyname, class);
else else
new_status = dnssec_validate_ds(now, header, n, daemon->namebuff, daemon->keyname, class); new_status = dnssec_validate_ds(now, header, n, daemon->namebuff, daemon->keyname, class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment