mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix typo in Kbind code
This commit is contained in:
parent
c5f8642816
commit
fbfe0f0ac7
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ ldap_int_open_connection(
|
|||
#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
|
||||
if ( conn->lconn_krbinstance == NULL ) {
|
||||
char *c;
|
||||
conn->lconn_krbinstance = ldap_host_connected_to( conn->sb );
|
||||
conn->lconn_krbinstance = ldap_host_connected_to( conn->lconn_sb );
|
||||
|
||||
if( conn->lconn_krbinstance != NULL &&
|
||||
( c = strchr( conn->lconn_krbinstance, '.' )) != NULL ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue