Skip to content
Snippets Groups Projects
Commit 244ef1a9 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

fix extra newline for DNSSEC domains in zonestatus

ref #250
parent cd95de23
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ static int remote_c_zonestatus(server_t *s, remote_cmdargs_t* a)
char buf[512] = { '\0' };
char dnssec_buf[128] = { '\0' };
int n = snprintf(buf, sizeof(buf),
"%s\ttype=%s | serial=%u | %s %s | %s %s\n",
"%s\ttype=%s | serial=%u | %s %s | %s %s",
zd->conf->name,
zd->xfr_in.has_master ? "slave" : "master",
serial,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment