acl-plugin: fix coverity error 188909 in unit-test code 38/15938/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 14 Nov 2018 15:39:39 +0000 (16:39 +0100)
committerDamjan Marion <dmarion@me.com>
Thu, 15 Nov 2018 17:21:33 +0000 (17:21 +0000)
commitbdcff0327db0ad680906462cdf955d5ae5191c69
treeb1c173d31adb5c9249cfd9c316713e26f546abb6
parente01f6ef9efced0b89df4618a7f5e8894c70bbac7
acl-plugin: fix coverity error 188909 in unit-test code

The assignment was redundant with a one just a dozen lines above
in the case of the ACL loaded being non-empty, so its only
apparent purpose in life was make coverity unhappy...
Thus fix by deletion.

Change-Id: I573308cb9c212bdfdca2551aa381720dbbcb006e
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
src/plugins/acl/acl_test.c