summaryrefslogtreecommitdiff
path: root/omapip
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-05-02 07:02:15 +0000
committerTed Lemon <source@isc.org>2001-05-02 07:02:15 +0000
commite492a2594a3090317541252815a105597c3c0ce0 (patch)
treefcbf7561aa4ffe667a2a84b67227f2c00897be62 /omapip
parent86a9cf83c258d1b4fee1f185870d640615900ad3 (diff)
downloadisc-dhcp-e492a2594a3090317541252815a105597c3c0ce0.tar.gz
Return key unknown when key lookup fails.
Diffstat (limited to 'omapip')
-rw-r--r--omapip/protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omapip/protocol.c b/omapip/protocol.c
index 02af9dba..17b37cf0 100644
--- a/omapip/protocol.c
+++ b/omapip/protocol.c
@@ -776,7 +776,7 @@ isc_result_t omapi_protocol_lookup_auth (omapi_object_t **a,
if (r -> remote_handle == handle)
return omapi_object_reference (a, r -> a, MDL);
- return ISC_R_NOTFOUND;
+ return ISC_R_KEY_UNKNOWN;
}
isc_result_t omapi_protocol_set_value (omapi_object_t *h,