mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-29 18:09:26 -05:00
Fix ldap_set_option( NULL, LDAP_OPT_PROTOCOL_VERSION, &v ) as
suggested by Steve Sonntag.
This commit is contained in:
parent
ceb6412e62
commit
b8c8f6ef6f
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ ldap_set_option(
|
|||
/* not supported */
|
||||
break;
|
||||
}
|
||||
ld->ld_version = vers;
|
||||
lo->ldo_version = vers;
|
||||
} return LDAP_OPT_SUCCESS;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue