fix compile warning

fix compile warning
This commit is contained in:
MassimilianoPinto
2014-06-26 21:17:49 +02:00
parent f246219beb
commit a351a5eb09

View File

@ -116,7 +116,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);
@ -730,7 +730,7 @@ handleError(
void *router_session,
GWBUF *errbuf,
DCB *backend_dcb,
int action,
error_action_t action,
bool *succp)
{
DCB *client = NULL;