ncpcalls: keep bindery access level wrapper on NCP14 name

Rename the bindery access level wrapper from ncp17_46_get_bindery_access_level()
to ncp14_46_get_bindery_access_level().

The previous rename made the operation look like a normal NCP17 bindery wrapper,
but the historic implementation used the ncp_14_46 naming. Keep that protocol
reference visible while retaining the descriptive operation name.

No behavior change.
This commit is contained in:
Mario Fetka
2026-05-29 10:01:48 +02:00
parent 53e28c6bfe
commit adf16cab28
5 changed files with 5 additions and 5 deletions

View File

@@ -2506,7 +2506,7 @@ static int tests_effright(char *path)
{
int access_level;
access_level = ncp17_46_get_bindery_access_level(&my_obj_id);
access_level = ncp14_46_get_bindery_access_level(&my_obj_id);
my_obj_name[0] = '\0';
if (access_level >= 0 && my_obj_id) {
ncp17_36_get_bindery_object_name(my_obj_id, my_obj_name, &my_obj_type);