Avoid an NPE in OvsdbNodeRemoveCommand
authorStephen Kitt <skitt@redhat.com>
Fri, 30 Oct 2015 13:39:34 +0000 (14:39 +0100)
committerStephen Kitt <skitt@redhat.com>
Tue, 5 Jan 2016 08:19:29 +0000 (08:19 +0000)
In some cases (perhaps only test code)
ovsdbNodeAugmentation.getManagerEntry() returns null; this patch adds
a test to avoid the resulting NPE.

Change-Id: If545d3e4478deb91703029d8226957c5c61d2125
Signed-off-by: Stephen Kitt <skitt@redhat.com>
(cherry picked from commit 166befe3a62165b358c9eaeeba9e4629923d01ee)


No differences found