mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Fix bad merge
This commit is contained in:
parent
54e0a5bbec
commit
0f341940c8
@ -891,14 +891,10 @@ ldap_pvt_tls_set_option( struct ldapoptions *lo, int option, void *arg )
|
||||
int
|
||||
ldap_pvt_tls_start ( LDAP *ld, Sockbuf *sb, void *ctx_arg )
|
||||
{
|
||||
<<<<<<< tls.c
|
||||
ldap_pvt_tls_init();
|
||||
=======
|
||||
char *peer_cert_cn, *peer_hostname;
|
||||
void *ssl;
|
||||
|
||||
(void) ldap_pvt_tls_init();
|
||||
>>>>>>> 1.40
|
||||
|
||||
/*
|
||||
* Fortunately, the lib uses blocking io...
|
||||
|
Loading…
Reference in New Issue
Block a user