summaryrefslogtreecommitdiff
path: root/lib/isc/result.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/isc/result.c')
-rw-r--r--lib/isc/result.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/isc/result.c b/lib/isc/result.c
index a9405fddf0557..2bd2fb4218ed8 100644
--- a/lib/isc/result.c
+++ b/lib/isc/result.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004, 2005, 2007, 2008, 2012 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2001, 2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -103,6 +103,7 @@ static const char *text[ISC_R_NRESULTS] = {
"invalid address format", /*%< 59 */
"bad base32 encoding", /*%< 60 */
"unset", /*%< 61 */
+ "multiple", /*%< 62 */
};
#define ISC_RESULT_RESULTSET 2