mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
Put quotes around ordering name on output.
This commit is contained in:
@@ -291,7 +291,7 @@ dns_c_rrso_print(FILE *fp, int indent, dns_c_rrso_t *order)
|
|||||||
dns_c_datatype_tostream(fp, order->otype);
|
dns_c_datatype_tostream(fp, order->otype);
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(fp, " name %s", order->name);
|
fprintf(fp, " name \"%s\"", order->name);
|
||||||
|
|
||||||
fprintf(fp, " order %s",
|
fprintf(fp, " order %s",
|
||||||
dns_c_ordering2string(order->ordering, ISC_TRUE));
|
dns_c_ordering2string(order->ordering, ISC_TRUE));
|
||||||
|
Reference in New Issue
Block a user