Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd37267

Browse files
committedNov 12, 2024·
fixup
1 parent 1b7cbed commit dd37267

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/MySQLdb/_mysql.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ _mysql_ConnectionObject_Initialize(
566566
} else {
567567
mysql_optionsv(&(self->connection), MYSQL_OPT_SSL_VERIFY_SERVER_CERT, (void *)&my_false);
568568
}
569+
#endif
569570

570571
if (charset) {
571572
mysql_options(&(self->connection), MYSQL_SET_CHARSET_NAME, charset);

0 commit comments

Comments
 (0)
Please sign in to comment.