]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Return key unknown when key lookup fails.
authorTed Lemon <source@isc.org>
Wed, 2 May 2001 07:02:15 +0000 (07:02 +0000)
committerTed Lemon <source@isc.org>
Wed, 2 May 2001 07:02:15 +0000 (07:02 +0000)
omapip/protocol.c

index 02af9dba90c9fe9a29f96d15a2326f39e262584d..17b37cf0ee43268382b7e3dfc28e10083dfa9a40 100644 (file)
@@ -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,