Skip to content

Refactor isc_nm_xfr_allowed()

Arаm Sаrgsyаn requested to merge 3808-refactor-isc_nm_xfr_allowed into main

Return 'isc_result_t' type value instead of 'bool' to indicate the actual failure. Rename the function to something not suggesting a boolean type result. Make changes in the places where the API function is being used to check for the result code instead of a boolean value.

Closes #3808 (closed)

Merge request reports