Skip to content

Commit

Permalink
Bug #35185400 - option OCI_CONFIG_PROFILE does not work as expected
Browse files Browse the repository at this point in the history
Change-Id: Ibcdf380a619d1667e9259087f8cda53b2c0b69cf
  • Loading branch information
Bogdan Degtyariov committed Mar 16, 2023
1 parent 84df530 commit 913f455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/connect.cc
Expand Up @@ -462,7 +462,7 @@ SQLRETURN DBC::connect(DataSource *dsrc)
"Failed to set config file for authentication_oci_client plugin", 0);
}

val_to_set = oci_config_file_set ?
val_to_set = oci_config_profile_set ?
ds_get_utf8attr(dsrc->oci_config_profile, &dsrc->oci_config_profile8) :
nullptr;

Expand Down

0 comments on commit 913f455

Please sign in to comment.