From: Ted Lemon Date: Sun, 1 Oct 2000 21:42:42 +0000 (+0000) Subject: Allow return result of ISC_R_UNCHANGED in omapi_update_object. X-Git-Tag: V3-BETA-2-PATCH-7~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b85703e41b411a56f38da61396504237e1cbaf19;p=thirdparty%2Fdhcp.git Allow return result of ISC_R_UNCHANGED in omapi_update_object. --- diff --git a/omapip/support.c b/omapip/support.c index 05d82f026..3ddc6cbb3 100644 --- a/omapip/support.c +++ b/omapip/support.c @@ -530,7 +530,7 @@ isc_result_t omapi_object_update (omapi_object_t *obj, omapi_object_t *id, status = omapi_set_value (obj, id, gsrc -> values [i] -> name, gsrc -> values [i] -> value); - if (status != ISC_R_SUCCESS) + if (status != ISC_R_SUCCESS && status != ISC_R_UNCHANGED) return status; } if (handle)