"make install DESTDIR=/xx" works with
"configure --with-libtool". [RT #9941]
-1572. [placeholder] rt10148
+1572. [bug] nsupdate: sign the soa query to find the enclosing
+ zone if the server is specified. [RT #10148]
1571. [bug] rbt:hash_node() could fail leaving the hash table
in an inconsistant state. [RT #10208]
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: nsupdate.c,v 1.125 2004/03/02 00:46:53 marka Exp $ */
+/* $Id: nsupdate.c,v 1.126 2004/03/03 22:57:33 marka Exp $ */
#include <config.h>
fatal("out of memory");
reqinfo->msg = msg;
reqinfo->addr = destaddr;
- result = dns_request_createvia3(requestmgr, msg, srcaddr, destaddr,
- 0, NULL, FIND_TIMEOUT * 20,
- FIND_TIMEOUT, 3, global_task, recvsoa,
- reqinfo, request);
+ result = dns_request_createvia3(requestmgr, msg, srcaddr, destaddr, 0,
+ (userserver != NULL) ? tsigkey : NULL,
+ FIND_TIMEOUT * 20, FIND_TIMEOUT, 3,
+ global_task, recvsoa, reqinfo, request);
check_result(result, "dns_request_createvia");
requests++;
}