mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
oops, an ifdef should have been an ifndef
This commit is contained in:
parent
a59ed6543b
commit
13a0f9518a
@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.276 2000/12/13 00:15:16 tale Exp $ */
|
||||
/* $Id: zone.c,v 1.277 2000/12/13 01:42:23 tale Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@ -3883,7 +3883,7 @@ dns_zone_notifyreceive(dns_zone_t *zone, isc_sockaddr_t *from,
|
||||
char fromtext[ISC_SOCKADDR_FORMATSIZE];
|
||||
int match = 0;
|
||||
isc_netaddr_t netaddr;
|
||||
#ifdef NOMINUM_PUBLIC
|
||||
#ifndef NOMINUM_PUBLIC
|
||||
isc_boolean_t forward = ISC_FALSE;
|
||||
#endif /* NOMINUM_PUBLIC */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user