mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08: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
@ -444,7 +444,7 @@ ldap_set_option(
|
|||||||
/* not supported */
|
/* not supported */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
ld->ld_version = vers;
|
lo->ldo_version = vers;
|
||||||
} return LDAP_OPT_SUCCESS;
|
} return LDAP_OPT_SUCCESS;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user