Fixed use of uninitialized variable.
This commit is contained in:
parent
ebd92c8741
commit
4daf255d60
@ -2004,7 +2004,7 @@ static int routeQuery(
|
||||
|
||||
if (!succp && TARGET_IS_MASTER(route_target))
|
||||
{
|
||||
DCB* curr_master_dcb;
|
||||
DCB* curr_master_dcb = NULL;
|
||||
|
||||
succp = get_dcb(&curr_master_dcb,
|
||||
router_cli_ses,
|
||||
|
Loading…
x
Reference in New Issue
Block a user