Fixed a comment

This commit is contained in:
VilhoRaatikka
2014-11-06 16:12:01 +02:00
parent 8925f79286
commit 4b98c472a8

View File

@ -453,12 +453,13 @@ static int gw_read_backend_event(DCB *dcb) {
0, 0,
"Read from backend failed"); "Read from backend failed");
router->handleError(router_instance, router->handleError(
session->router_session, router_instance,
errbuf, session->router_session,
dcb, errbuf,
ERRACT_NEW_CONNECTION, dcb,
&succp); ERRACT_NEW_CONNECTION,
&succp);
gwbuf_free(errbuf); gwbuf_free(errbuf);
if (!succp) if (!succp)
@ -1170,7 +1171,7 @@ static int backend_write_delayqueue(DCB *dcb)
0, 0,
"Failed to write buffered data to back-end server. " "Failed to write buffered data to back-end server. "
"Buffer was empty or back-end was disconnected during " "Buffer was empty or back-end was disconnected during "
"operation. Session will be closed."); "operation. Attempting to find a new backend.");
router->handleError(router_instance, router->handleError(router_instance,
rsession, rsession,