mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 10:59:33 -05:00
Fixed typo in
conn->c_protocol == LDAP_VERSION3;
This commit is contained in:
parent
c0c673485b
commit
845bf15d89
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue