]> git.sur5r.net Git - openldap/commitdiff
Should modify code to bail on initialization errors...
authorKurt Zeilenga <kurt@openldap.org>
Thu, 21 Sep 2000 19:56:04 +0000 (19:56 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 21 Sep 2000 19:56:04 +0000 (19:56 +0000)
For now, just (void) the return

libraries/libldap/tls.c

index 95cf256d01938ecb4efe6fd885fe700ce0439c39..66cb84ac903c9f2900c6988692fbbb740dc29456 100644 (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...