when there was a BADTIME error. [RT #2519]
+1218. [bug] Named incorrectlty SERVFAIL rather than NOTAUTH on
+ when there was a BADTIME error. [RT #2519]
+
1217. [func] Report locations of previous key definition when a
duplicate is detected.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: result.c,v 1.95 2002/02/20 03:34:21 marka Exp $ */
+/* $Id: result.c,v 1.96 2002/03/05 00:06:02 marka Exp $ */
#include <config.h>
rcode = dns_rcode_refused;
break;
case DNS_R_TSIGVERIFYFAILURE:
+ case DNS_R_CLOCKSKEW:
rcode = dns_rcode_notauth;
break;
default: