Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Oct 15, 2024
1 parent 949dea6 commit eca68cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bool Database::connect(const std::string* host, const std::string* user, const s
bool reconnect = true;
mysql_options(handle, MYSQL_OPT_RECONNECT, &reconnect);

// remove ssl verification
// Remove ssl verification
bool ssl_enabled = false;
mysql_options(handle, MYSQL_OPT_SSL_VERIFY_SERVER_CERT, &ssl_enabled);

Expand Down

0 comments on commit eca68cb

Please sign in to comment.