From: Tomas Cere Date: Wed, 3 May 2017 11:12:31 +0000 (+0200) Subject: BUG 8301: Convert queue to a local variable X-Git-Tag: release/nitrogen~295 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=ffd3c3d542dcdab0c2523759a9e5ea02d709e75c;hp=ffd3c3d542dcdab0c2523759a9e5ea02d709e75c BUG 8301: Convert queue to a local variable There's a possibility that this might race and an actor can have it's queue overwritten by another thread, so convert this to a local variable. Change-Id: Ic84922c6d109d8361a48debbf971fddd9cee1d3e Signed-off-by: Tomas Cere ---