Fixed use of uninitialized variable.
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user