Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
537d147d
Commit
537d147d
authored
Nov 28, 2000
by
Mark Andrews
Browse files
Allow "dialup passive" to work for stub zones.
parent
8a711bcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/notify.c
View file @
537d147d
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: notify.c,v 1.2
0
2000/
08/01
0
1
:1
1:54 tale
Exp $ */
/* $Id: notify.c,v 1.2
1
2000/
11/28
0
3
:1
7:48 marka
Exp $ */
#include
<config.h>
...
...
@@ -179,6 +179,7 @@ ns_notify_start(ns_client_t *client) {
switch
(
dns_zone_gettype
(
zone
))
{
case
dns_zone_master
:
case
dns_zone_slave
:
case
dns_zone_stub
:
/* Allow dialup passive to work. */
respond
(
client
,
dns_zone_notifyreceive
(
zone
,
ns_client_getsockaddr
(
client
),
request
));
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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