Skip to content

Commit

Permalink
Fix format string error
Browse files Browse the repository at this point in the history
Signed-off-by: currantw <[email protected]>
  • Loading branch information
currantw committed Nov 15, 2024
1 parent f39036d commit 29ac366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlodbc/dlg_specific.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void makeConnectString(char *connect_string, const ConnInfo *ci, UWORD len) {
INI_AUTH_MODE "=%s;"
INI_REGION "=%s;"
INI_TUNNEL_HOST "=%s;"
INI_IS_SERVERLESS "=%d"
INI_IS_SERVERLESS "=%s"
INI_SSL_USE "=%d;"
INI_SSL_HOST_VERIFY "=%d;"
INI_LOG_LEVEL "=%d;"
Expand Down

0 comments on commit 29ac366

Please sign in to comment.