Skip to content

Commit

Permalink
try fix call with no data 2
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Dec 24, 2024
1 parent 3f7ea19 commit 7c91833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ config.sh: configure config.mk
echo "export CLI_NAME=$(CLI_NAME)" >> config.sh
echo "export SDK_NAME=$(SDK_NAME)" >> config.sh
echo "export FROM_PATH=$(FROM_PATH)" >> config.sh
echo -e "debug()\n{" >> config.sh
echo -e "function debug()\n{" >> config.sh
echo -e '\tif [[ "$$DEBUG_MODE" == "1" ]] ; then echo "$$@" >&2 ; fi\n}' >> config.sh
echo export DEBUG_MODE=$(DEBUG_MODE) >> config.sh

Expand Down
2 changes: 1 addition & 1 deletion function.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ static int ____snake_func_____data(struct osc_env *e, struct osc_____snake_func
osc_str_append_string(data, "{");
____construct_data____
osc_str_append_string(data, "}");
____construct_path____

no_data:
____construct_path____
____maybe_query_set____
curl_easy_setopt(e->c, CURLOPT_URL, end_call.buf);
osc_deinit_str(&end_call);
Expand Down

0 comments on commit 7c91833

Please sign in to comment.