diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2017-04-04 20:38:33 +0000 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-04-05 16:22:07 +0000 |
commit | cbbd08e1d41deae5745a83d1f941d4133e110826 (patch) | |
tree | 0c908a9d09ebf017be2bf80cdd6f31beeef801f5 /src/plugins/acl/acl.c | |
parent | bf123dbedafd8f6d30b6e671d391ce7452ce45d8 (diff) |
acl-plugin: fix pretty-printing in "api trace custom-dump" (VPP-683)
Change-Id: Id15b401223aabe7dacb7566c871ebefc17fbb1fc
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
(cherry picked from commit 7fd3f513c7df198c45204eba0a3e9a3abe509593)
Diffstat (limited to 'src/plugins/acl/acl.c')
-rw-r--r-- | src/plugins/acl/acl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/acl/acl.c b/src/plugins/acl/acl.c index 5d0b6c25229..6657d370e63 100644 --- a/src/plugins/acl/acl.c +++ b/src/plugins/acl/acl.c @@ -1767,8 +1767,6 @@ vl_api_macip_acl_interface_get_t_handler (vl_api_macip_acl_interface_get_t * vl_msg_api_send_shmem (q, (u8 *) & rmp); } - - /* Set up the API message handling tables */ static clib_error_t * acl_plugin_api_hookup (vlib_main_t * vm) |