mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#7182 silence warning about AVL_APPLY type
This commit is contained in:
parent
8452b4ccde
commit
ac12129465
1 changed files with 1 additions and 1 deletions
|
|
@ -560,7 +560,7 @@ ldap_back_monitor_conn_create(
|
|||
}
|
||||
}
|
||||
|
||||
avl_apply( li->li_conninfo.lai_tree, ldap_back_monitor_conn_entry,
|
||||
avl_apply( li->li_conninfo.lai_tree, (AVL_APPLY)ldap_back_monitor_conn_entry,
|
||||
arg, -1, AVL_INORDER );
|
||||
|
||||
ch_free( arg );
|
||||
|
|
|
|||
Loading…
Reference in a new issue