* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: xfrout.c,v 1.136 2009/06/30 02:52:32 each Exp $ */
+/* $Id: xfrout.c,v 1.137 2010/05/27 03:23:56 marka Exp $ */
#include <config.h>
#ifdef DLZ
{
/*
- * Normal zone table does not have a match. Try the DLZ database
+ * Normal zone table does not have a match.
+ * Try the DLZ database
*/
if (client->view->dlzdatabase != NULL) {
result = dns_dlzallowzonexfr(client->view,
- question_name, &client->peeraddr,
+ question_name,
+ &client->peeraddr,
&db);
if (result == ISC_R_NOPERM) {
#ifdef DLZ
if (is_dlz)
- CHECK(xfrout_ctx_create(mctx, client, request->id, question_name,
- reqtype, question_class, zone, db, ver,
- quota, stream,
+ CHECK(xfrout_ctx_create(mctx, client, request->id,
+ question_name, reqtype, question_class,
+ zone, db, ver, quota, stream,
dns_message_gettsigkey(request),
tsigbuf,
3600,
&xfr));
else
#endif
- CHECK(xfrout_ctx_create(mctx, client, request->id, question_name,
- reqtype, question_class, zone, db, ver,
- quota, stream,
+ CHECK(xfrout_ctx_create(mctx, client, request->id,
+ question_name, reqtype, question_class,
+ zone, db, ver, quota, stream,
dns_message_gettsigkey(request),
tsigbuf,
dns_zone_getmaxxfrout(zone),