1172. [doc] Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
table of RR types in ARM.
+1170. [bug] Don't attempt to print the token when a I/O error
+ occurs when parsing named.conf. [RT #2275]
+
1168. [bug] Empty also-notify clauses were not handled. [RT #2309]
1165. [bug] We were rejecting notify-source{-v6} in zone clauses.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: parser.c,v 1.70.2.12 2002/01/23 01:53:28 gson Exp $ */
+/* $Id: parser.c,v 1.70.2.13 2002/01/23 17:54:06 gson Exp $ */
#include <config.h>
parser_error(pctx, LOG_NEAR, "token too big");
break;
+ case ISC_R_IOERROR:
+ parser_error(pctx, 0, "%s",
+ isc_result_totext(result));
+ break;
+
default:
parser_error(pctx, LOG_NEAR, "%s",
isc_result_totext(result));