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

Fix ldap_set_option( NULL, LDAP_OPT_PROTOCOL_VERSION, &v ) as

suggested by Steve Sonntag.
parent ceb6412e
No related branches found
No related tags found
No related merge requests found
......@@ -444,7 +444,7 @@ ldap_set_option(
/* not supported */
break;
}
ld->ld_version = vers;
lo->ldo_version = vers;
} return LDAP_OPT_SUCCESS;
......
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