Fix Coverity defect 87079

Fix Coverity defect 87079
This commit is contained in:
MassimilianoPinto
2015-02-07 11:02:39 +01:00
parent 6e3e4ef20a
commit 5ba2bf33e9

View File

@ -569,7 +569,7 @@ int gw_read_client_event(
int rc = 0;
int nbytes_read = 0;
uint8_t cap = 0;
bool stmt_input; /*< router input type */
bool stmt_input = false; /*< router input type */
CHK_DCB(dcb);
protocol = DCB_PROTOCOL(dcb, MySQLProtocol);