ports/databases/mariadb102-server/files/patch-sql_mysqld.cc
Bernard Spil b007452891 databases/mariadb102-server: Security update to 10.2.15
MFH:		2018Q2
Security:	57aec168-453e-11e8-8777-b499baebfeaf
2018-05-17 18:57:17 +00:00

13 lines
304 B
C++

--- sql/mysqld.cc.orig 2017-05-14 23:13:18 UTC
+++ sql/mysqld.cc
@@ -4838,8 +4840,9 @@ static void init_ssl()
while ((err= ERR_get_error()))
sql_print_warning("SSL error: %s", ERR_error_string(err, NULL));
}
- else
+ else {
ERR_remove_state(0);
+ }
}
else
{