mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
Notice error return from 'updated' signal.
This commit is contained in:
@@ -452,7 +452,9 @@ isc_result_t omapi_object_update (omapi_object_t *obj, omapi_object_t *id,
|
|||||||
}
|
}
|
||||||
if (handle)
|
if (handle)
|
||||||
omapi_set_int_value (obj, id, "remote-handle", handle);
|
omapi_set_int_value (obj, id, "remote-handle", handle);
|
||||||
omapi_signal (obj, "updated");
|
status = omapi_signal (obj, "updated");
|
||||||
|
if (status != ISC_R_NOTFOUND)
|
||||||
|
return status;
|
||||||
return ISC_R_SUCCESS;
|
return ISC_R_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user