summaryrefslogtreecommitdiff
path: root/omapip/result.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-06-27 00:31:20 +0000
committerTed Lemon <source@isc.org>2001-06-27 00:31:20 +0000
commitd758ad8cac9c00c70cfe4dd459bf7e87c268c579 (patch)
tree85d7e10e40b0e1061a40f45ef0e9f44073346482 /omapip/result.c
parent07b958004f4e39f9b222115b1b050044a2434ea1 (diff)
downloadisc-dhcp-d758ad8cac9c00c70cfe4dd459bf7e87c268c579.tar.gz
Merge changes between 3.0rc7 and 3.0rc8pl2.
Diffstat (limited to 'omapip/result.c')
-rw-r--r--omapip/result.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/omapip/result.c b/omapip/result.c
index c079d7ee..8e6695ef 100644
--- a/omapip/result.c
+++ b/omapip/result.c
@@ -112,7 +112,9 @@ static const char *text[ISC_R_NRESULTS] = {
"destination address required", /* 64 */
"cross-zone update", /* 65 */
"no TSIG signature", /* 66 */
- "not equal" /* 67 */
+ "not equal", /* 67 */
+ "connection reset by peer", /* 68 */
+ "unknown attribute" /* 69 */
};
const char *isc_result_totext (isc_result_t result)