mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
remove crufted callbacks
This commit is contained in:
parent
4325d05ebc
commit
03340f440d
2 changed files with 0 additions and 4 deletions
|
|
@ -209,8 +209,6 @@ null_back_initialize(
|
|||
|
||||
bi->bi_extended = 0;
|
||||
|
||||
bi->bi_acl_group = 0;
|
||||
bi->bi_acl_attribute = 0;
|
||||
bi->bi_chk_referrals = 0;
|
||||
|
||||
bi->bi_connection_init = 0;
|
||||
|
|
|
|||
|
|
@ -72,8 +72,6 @@ tcl_back_initialize (
|
|||
bi->bi_op_delete = tcl_back_delete;
|
||||
bi->bi_op_abandon = tcl_back_abandon;
|
||||
|
||||
bi->bi_acl_group = 0;
|
||||
bi->bi_acl_attribute = 0;
|
||||
bi->bi_chk_referrals = 0;
|
||||
|
||||
bi->bi_connection_init = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue