Fixed some connections hanging with SSL.

This commit is contained in:
Markus Makela 2015-06-08 14:35:31 +03:00
parent b8e55fe28d
commit 61ea0861ff

View File

@ -661,7 +661,6 @@ int gw_read_client_event(
return 0;
break;
case 1:
return 0;
break;
case -1:
return 1;
@ -1946,4 +1945,4 @@ int do_ssl_accept(MySQLProtocol* protocol)
}
return rval;
}
}