Fix ldap_set_option( NULL, LDAP_OPT_PROTOCOL_VERSION, &v ) as

suggested by Steve Sonntag.
This commit is contained in:
Kurt Zeilenga 2000-02-16 22:59:15 +00:00
parent ceb6412e62
commit b8c8f6ef6f

View File

@ -444,7 +444,7 @@ ldap_set_option(
/* not supported */
break;
}
ld->ld_version = vers;
lo->ldo_version = vers;
} return LDAP_OPT_SUCCESS;