1166.   [bug]           "Not Implemented" should be reported as NOTIMP,
                        not NOTIMPL. [RT #2281]
This commit is contained in:
Andreas Gustafsson
2002-01-23 17:57:51 +00:00
parent 69e7554caa
commit fff1dbdf55
6 changed files with 13 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: printmsg.c,v 1.25 2001/05/09 18:47:49 bwelling Exp $ */
/* $Id: printmsg.c,v 1.25.2.1 2002/01/23 17:57:49 gson Exp $ */
#include <config.h>
@@ -51,7 +51,7 @@ static const char *rcodetext[] = {
"FORMERR",
"SERVFAIL",
"NXDOMAIN",
"NOTIMPL",
"NOTIMP",
"REFUSED",
"YXDOMAIN",
"YXRRSET",