Skip to content

Commit

Permalink
COGNAC: update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohkhn authored and outscale-mgo committed Aug 13, 2024
1 parent 85c8d94 commit 17af56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion COGNAC
Submodule COGNAC updated 4 files
+2 −2 README.md
+3 −3 cognac_gen.sh
+1 −2 lib.c
+5 −1 main_tpl.c
3 changes: 1 addition & 2 deletions osc_sdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -29553,6 +29553,7 @@ static inline char *cfg_pass(struct osc_env_conf *cfg)
int osc_init_sdk_ext(struct osc_env *e, const char *profile, unsigned int flag,
struct osc_env_conf *cfg)
{
*e = (struct osc_env){0};
char *ca = getenv("CURL_CA_BUNDLE");
char *endpoint;
char user_agent[sizeof "osc-sdk-c/" + OSC_SDK_VERSON_L];
Expand All @@ -29566,8 +29567,6 @@ int osc_init_sdk_ext(struct osc_env *e, const char *profile, unsigned int flag,
e->region = getenv("OSC_REGION");
e->flag = flag;
e->auth_method = cfg ? cfg->auth_method : OSC_AKSK_METHOD;
e->proxy = NULL;
e->endpoint_allocated_ = NULL;
endpoint = getenv("OSC_ENDPOINT_API");
osc_init_str(&e->endpoint);

Expand Down

0 comments on commit 17af56b

Please sign in to comment.