Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
637
Issues
637
List
Boards
Labels
Service Desk
Milestones
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
2f34efed
Commit
2f34efed
authored
May 27, 2010
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
line length
parent
529f589a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
bin/named/xfrout.c
bin/named/xfrout.c
+11
-9
No files found.
bin/named/xfrout.c
View file @
2f34efed
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: xfrout.c,v 1.13
6 2009/06/30 02:52:32 each
Exp $ */
/* $Id: xfrout.c,v 1.13
7 2010/05/27 03:23:56 marka
Exp $ */
#include <config.h>
...
...
@@ -810,11 +810,13 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) {
#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
)
{
...
...
@@ -1053,9 +1055,9 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) {
#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
,
...
...
@@ -1065,9 +1067,9 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) {
&
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
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment