Fix compile warning

Fix compile warning
This commit is contained in:
MassimilianoPinto
2014-06-26 21:22:33 +02:00
parent 1f77f37fbb
commit 52646a9942

View File

@ -115,7 +115,7 @@ static void handleError(
void *router_session, void *router_session,
GWBUF *errbuf, GWBUF *errbuf,
DCB *backend_dcb, DCB *backend_dcb,
int action, error_action_t action,
bool *succp); bool *succp);
static uint8_t getCapabilities (ROUTER* inst, void* router_session); static uint8_t getCapabilities (ROUTER* inst, void* router_session);
@ -710,7 +710,7 @@ handleError(
void *router_session, void *router_session,
GWBUF *errbuf, GWBUF *errbuf,
DCB *backend_dcb, DCB *backend_dcb,
int action, error_action_t action,
bool *succp) bool *succp)
{ {
DCB *client = NULL; DCB *client = NULL;