aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ioam/export/ioam_export_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/ioam/export/ioam_export_test.c')
-rw-r--r--src/plugins/ioam/export/ioam_export_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/ioam/export/ioam_export_test.c b/src/plugins/ioam/export/ioam_export_test.c
index 8bfee583..b9686058 100644
--- a/src/plugins/ioam/export/ioam_export_test.c
+++ b/src/plugins/ioam/export/ioam_export_test.c
@@ -108,7 +108,7 @@ api_ioam_export_ip6_enable_disable (vat_main_t * vam)
}
/* Construct the API message */
- M (IOAM_EXPORT_IP6_ENABLE_DISABLE, ioam_export_ip6_enable_disable);
+ M(IOAM_EXPORT_IP6_ENABLE_DISABLE, mp);
mp->is_disable = is_disable;
/* send it... */