summaryrefslogtreecommitdiff
path: root/omapip/result.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-08-31 04:39:18 +0000
committerTed Lemon <source@isc.org>2000-08-31 04:39:18 +0000
commit275082ddad1d73c8aeaf527e93491dcbe76ffaf1 (patch)
tree0c1a835f10899107e9eb47b67b055af52c6b806d /omapip/result.c
parent8d3aec71d313ebe7461b30c41b0ced920ff4ce36 (diff)
downloadisc-dhcp-275082ddad1d73c8aeaf527e93491dcbe76ffaf1.tar.gz
Support ISC_R_INCOMPLETE for partial connects.
Diffstat (limited to 'omapip/result.c')
-rw-r--r--omapip/result.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/omapip/result.c b/omapip/result.c
index e9a3161c..4a855f55 100644
--- a/omapip/result.c
+++ b/omapip/result.c
@@ -94,6 +94,7 @@ static const char *text[ISC_R_NRESULTS] = {
"no key specified", /* 46 */
"zone TSIG key not known", /* 47 */
"invalid TSIG key", /* 48 */
+ "operation in progress", /* 49 */
};
const char *isc_result_totext (isc_result_t result)