bug in reload single zone feature

John N Dvorak dvorak at capu.net
Mon Jul 5 22:43:11 UTC 1999


Mark, after applying this patch (which should fix the single zone reload
bug), I receive the following error during compile:

---START---

In file included from ctl_srvr.c:46:
../../include/isc/list.h:71: syntax error before `}'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1  

---CUT---

diff shows only the addition of lines 69,70.
ideas?

JD


On Wed, 30 Jun 1999 marka at isc.org wrote:

>Index: src/include/isc/list.h
>===================================================================
>RCS file: /proj/cvs/isc/bind/src/include/isc/list.h,v
>retrieving revision 8.2
>diff -c -r8.2 list.h
>*** list.h	1999/01/08 19:23:05	8.2
>--- list.h	1999/06/30 01:40:51
>***************
>*** 66,71 ****
>--- 66,73 ----
>  			(elt)->link.prev->link.next = (elt)->link.next; \
>  		else \
>  			(list).head = (elt)->link.next; \
>+ 		(elt)->link.prev = (void *)(-1); \
>+ 		(elt)->link.next = (void *)(-1); \
>  	} while (0)
>  
>  #define PREV(elt, link) ((elt)->link.prev)
>--
>Mark Andrews, Internet Software Consortium
>1 Seymour St., Dundas Valley, NSW 2117, Australia
>PHONE: +61 2 9871 4742                 INTERNET: marka at isc.org
>

===========================================
John N Dvorak | dvorak at capu.net
Director of Technology
CapuNet, LLC - Corporate Internet Solutions
(301) 881-4900 x8018
===========================================



More information about the bind-users mailing list