Skip to content

Commit dd37267

Browse files
committed
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)