mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 15:23:11 -05:00
Fix c_cdn typo. Ouch.
This commit is contained in:
parent
09421a74db
commit
127ec9c46c
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ do_bind(
|
|||
conn->c_cdn = cdn;
|
||||
cdn = NULL;
|
||||
|
||||
if ( conn->c_cdn != NULL ) {
|
||||
if ( conn->c_dn != NULL ) {
|
||||
free( conn->c_dn );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue