Fixed use of uninitialized variable.

This commit is contained in:
VilhoRaatikka
2014-10-20 13:20:53 +03:00
parent ebd92c8741
commit 4daf255d60

View File

@ -2004,7 +2004,7 @@ static int routeQuery(
if (!succp && TARGET_IS_MASTER(route_target)) if (!succp && TARGET_IS_MASTER(route_target))
{ {
DCB* curr_master_dcb; DCB* curr_master_dcb = NULL;
succp = get_dcb(&curr_master_dcb, succp = get_dcb(&curr_master_dcb,
router_cli_ses, router_cli_ses,