1136. [bug] CNAME records synthesized from DNAMEs did not
have a TTL of zero as required by RFC2672
[RT #2129]
+1136. [bug] CNAME records synthesized from DNAMEs did not
+ have a TTL of zero as required by RFC2672
+ [RT #2129]
+
1134. [bug] Multithreaded servers could deadlock in ferror()
when reloading zone files. [RT #1951, #1998]
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: query.c,v 1.163.2.6 2001/11/15 01:30:46 marka Exp $ */
+/* $Id: query.c,v 1.163.2.7 2001/11/27 00:51:09 marka Exp $ */
#include <config.h>
*/
dns_name_init(tname, NULL);
query_addcname(client, client->query.qname, fname,
- trdataset->ttl, &tname);
+ 0, &tname);
if (tname != NULL)
dns_message_puttempname(client->message, &tname);
/*