* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.283.2.7 2001/01/31 18:04:45 gson Exp $ */
+/* $Id: zone.c,v 1.283.2.8 2001/03/01 17:48:32 bwelling Exp $ */
#include <config.h>
*/
if ((msg->flags & DNS_MESSAGEFLAG_AA) == 0) {
zone_log(zone, me, ISC_LOG_INFO,
- "non-authorative answer from %s", master);
+ "non-authoritative answer from %s", master);
goto next_master;
}
*/
if ((msg->flags & DNS_MESSAGEFLAG_AA) == 0) {
zone_log(zone, me, ISC_LOG_INFO,
- "non-authorative answer from %s", master);
+ "non-authoritative answer from %s", master);
goto next_master;
}