2131. [contrib] dlz/mysql: AXFR was broken. [RT #16630]

This commit is contained in:
Mark Andrews
2007-02-06 05:44:26 +00:00
parent 8943ff626f
commit 3d697a7edd
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
2131. [contrib] dlz/mysql: AXFR was broken. [RT #16630]
2130. [func] Log if CD or DO were set. [RT #16640]
2129. [func] Provide a pool of UDP sockets for queries to be

View File

@@ -648,7 +648,7 @@ mysql_allnodes(const char *zone, void *driverarg, void *dbdata,
}
if (fields == 4) {
/* tell Bind about it. */
result = dns_sdlz_putnamedrr(allnodes, safeGet(row[0]),
result = dns_sdlz_putnamedrr(allnodes, safeGet(row[2]),
safeGet(row[1]), ttl,
safeGet(row[3]));
} else {