mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix ldap_get_option(,LDAP_OPT_SOCKBUF,)
This commit is contained in:
parent
3801ba6435
commit
d9b09ecc1f
@ -166,7 +166,7 @@ ldap_get_option(
|
||||
|
||||
case LDAP_OPT_SOCKBUF:
|
||||
if( ld == NULL ) break;
|
||||
outvalue = ld->ld_sb;
|
||||
*(Sockbuf **)outvalue = ld->ld_sb;
|
||||
return LDAP_OPT_SUCCESS;
|
||||
|
||||
case LDAP_OPT_TIMEOUT:
|
||||
|
Loading…
Reference in New Issue
Block a user