mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix ldap_get_option(,LDAP_OPT_SOCKBUF,)
This commit is contained in:
parent
3801ba6435
commit
d9b09ecc1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue