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