mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
add comment about run-time registered extop/control compatibility
This commit is contained in:
parent
41c46bdb4e
commit
3a58263037
1 changed files with 9 additions and 0 deletions
|
|
@ -286,6 +286,15 @@ register_supported_control2(const char *controloid,
|
|||
|
||||
} else {
|
||||
if ( sc->sc_extendedopsbv ) {
|
||||
/* FIXME: in principle, we should rather merge
|
||||
* existing extops with those supported by the
|
||||
* new control handling implementation.
|
||||
* In fact, whether a control is compatible with
|
||||
* an extop should not be a matter of implementation.
|
||||
* We likely also need a means for a newly
|
||||
* registered extop to declare that it is
|
||||
* comptible with an already registered control.
|
||||
*/
|
||||
ber_bvarray_free( sc->sc_extendedopsbv );
|
||||
sc->sc_extendedopsbv = NULL;
|
||||
sc->sc_extendedops = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue