Also added error logging in cases where memory allocation failed etc.
This commit is contained in:
VilhoRaatikka
2014-11-05 22:04:36 +02:00
parent 0a306b2eeb
commit 665315ea5c
3 changed files with 76 additions and 15 deletions

View File

@ -1898,6 +1898,10 @@ static int routeQuery(
/** Lock router session */
if (!rses_begin_locked_router_action(router_cli_ses))
{
LOGIF(LT, (skygw_log_write(
LOGFILE_TRACE,
"Route query aborted! Routing session is closed <")));
ret = 0;
goto retblock;
}
/**