"make install DESTDIR=/xx" works with
"configure --with-libtool". [RT #9941]
+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.103.2.16 2004/03/02 00:58:11 marka Exp $ */
+/* $Id: nsupdate.c,v 1.103.2.17 2004/03/03 22:55:58 marka Exp $ */
#include <config.h>
fatal("out of memory");
reqinfo->msg = msg;
reqinfo->addr = destaddr;
- result = dns_request_createvia(requestmgr, msg, srcaddr, destaddr,
- 0, NULL, FIND_TIMEOUT, global_task,
+ result = dns_request_createvia(requestmgr, msg, srcaddr, destaddr, 0,
+ (userserver != NULL) ? key : NULL,
+ FIND_TIMEOUT, global_task,
recvsoa, reqinfo, request);
check_result(result, "dns_request_createvia");
requests++;