mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Fix build breakage
This commit is contained in:
parent
0e8b176d1f
commit
bb9d3ff304
1 changed files with 2 additions and 1 deletions
|
|
@ -178,7 +178,8 @@ slapiConnectionInit(
|
|||
|
||||
c->c_sasl_bind_mech.bv_val = NULL;
|
||||
c->c_sasl_bind_mech.bv_len = 0;
|
||||
c->c_sasl_context = NULL;
|
||||
c->c_sasl_authctx = NULL;
|
||||
c->c_sasl_sockctx = NULL;
|
||||
c->c_sasl_extra = NULL;
|
||||
|
||||
c->c_sb = ber_sockbuf_alloc( );
|
||||
|
|
|
|||
Loading…
Reference in a new issue