aboutsummaryrefslogtreecommitdiff
path: root/mfd/bi_dns.m4
diff options
context:
space:
mode:
Diffstat (limited to 'mfd/bi_dns.m4')
-rw-r--r--mfd/bi_dns.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/mfd/bi_dns.m4 b/mfd/bi_dns.m4
index a3a6ef13..6d071e7e 100644
--- a/mfd/bi_dns.m4
+++ b/mfd/bi_dns.m4
@@ -131,6 +131,7 @@ MF_DEFUN(dns_getname, STRING, STRING ipstr)
131 131
132 qsort(names, ncount, sizeof names[0], hostname_cmp); 132 qsort(names, ncount, sizeof names[0], hostname_cmp);
133 133
134 MF_OBSTACK_BEGIN();
134 for (i = 0; i < ncount; i++) { 135 for (i = 0; i < ncount; i++) {
135 if (i > 0) 136 if (i > 0)
136 MF_OBSTACK_1GROW(' '); 137 MF_OBSTACK_1GROW(' ');

Return to:

Send suggestions and report system problems to the System administrator.