acl-plugin: fix coverity errors 186574,186575,186576,186577,183451 78/13478/3
authorAndrew Yourtchenko <ayourtch@gmail.com>
Mon, 16 Jul 2018 11:01:26 +0000 (13:01 +0200)
committerChris Luke <chris_luke@comcast.com>
Mon, 16 Jul 2018 17:13:41 +0000 (17:13 +0000)
commit15dff7234270b5f4ad724d3a69d3ed73db2a966b
treea93d82a488ca289e86d33170b3ed10688b33678f
parent4fce7f73e7585c070dde50e18f64ac91d9314f63
acl-plugin: fix coverity errors 186574,186575,186576,186577,183451

Fix the copypaste-triggered errors in load-from-file ACL test code.
Also, add an explicit exit(1) after clib_error() to convince coverity
that code path is terminal indeed.

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