Should modify code to bail on initialization errors...

For now, just (void) the return
This commit is contained in:
Kurt Zeilenga 2000-09-21 19:56:04 +00:00
parent cf17c168c5
commit 90d557402b

View file

@ -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...