From: Ted Lemon Date: Wed, 2 May 2001 07:02:15 +0000 (+0000) Subject: Return key unknown when key lookup fails. X-Git-Tag: V3-RC5~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e492a2594a3090317541252815a105597c3c0ce0;p=thirdparty%2Fdhcp.git Return key unknown when key lookup fails. --- diff --git a/omapip/protocol.c b/omapip/protocol.c index 02af9dba9..17b37cf0e 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,