Skip to content
Snippets Groups Projects
Commit fbfe0f0a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo in Kbind code

parent c5f86428
No related branches found
No related tags found
No related merge requests found
......@@ -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 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment