aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-10-20 09:43:48 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-10-20 09:43:48 +0300
commit1307a40117e0c4d4d96b7720537dc30a217af681 (patch)
tree804c5634bc1b6c11a7fae78575dd8c0754bcab6b
parent0d8954ca25771bc6c6f5d9cf9bfa38a2b1bbba6e (diff)
downloadmailfromd-1307a40117e0c4d4d96b7720537dc30a217af681.tar.gz
mailfromd-1307a40117e0c4d4d96b7720537dc30a217af681.tar.bz2
Bugfix
* lib/dns.c (cname_loop_body): Restore accidentally removed line.
-rw-r--r--lib/dns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dns.c b/lib/dns.c
index 73c23649..c25719ef 100644
--- a/lib/dns.c
+++ b/lib/dns.c
@@ -517,6 +517,7 @@ cname_loop_body(struct loop_data *lp)
dns_reply_append(&lp->repl,
cur, l,
i > 0);
+ cur += l;
i++;
}
dns_reply_append(&lp->repl, "", 1, 1);

Return to:

Send suggestions and report system problems to the System administrator.