2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

copyrights

This commit is contained in:
Evan Hunt
2018-05-22 18:41:23 -07:00
parent 7c955e0eb8
commit 9147a31b94
9 changed files with 23 additions and 9 deletions

View File

@@ -1875,7 +1875,7 @@ static isc_result_t
algorithm_status(unsigned int alg) {
REQUIRE(dst_initialized == ISC_TRUE);
if (dst_algorithm_supported(alg)) {
if (dst_algorithm_supported(alg)) {
return (ISC_R_SUCCESS);
}
return (DST_R_UNSUPPORTEDALG);