mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Should modify code to bail on initialization errors...
For now, just (void) the return
This commit is contained in:
parent
cf17c168c5
commit
90d557402b
1 changed files with 1 additions and 1 deletions
|
|
@ -862,7 +862,7 @@ ldap_pvt_tls_set_option( struct ldapoptions *lo, int option, void *arg )
|
|||
int
|
||||
ldap_pvt_tls_start ( LDAP *ld, Sockbuf *sb, void *ctx_arg )
|
||||
{
|
||||
ldap_pvt_tls_init();
|
||||
(void) ldap_pvt_tls_init();
|
||||
|
||||
/*
|
||||
* Fortunately, the lib uses blocking io...
|
||||
|
|
|
|||
Loading…
Reference in a new issue