mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Fixed typo in
conn->c_protocol == LDAP_VERSION3;
This commit is contained in:
parent
c0c673485b
commit
845bf15d89
@ -95,7 +95,7 @@ do_modrdn(
|
||||
* accordingly.
|
||||
*/
|
||||
|
||||
conn->c_protocol == LDAP_VERSION3;
|
||||
conn->c_protocol = LDAP_VERSION3;
|
||||
|
||||
}/* else if ( conn->c_protocol == 0 ) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user