From ff9bac6ab8ce5c4314457de8951acf41a1100e49 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 24 Jul 2018 20:43:31 +0200 Subject: [PATCH] libimcv: Missing comma in pa_tnc_error_code_names --- src/libimcv/ietf/ietf_attr_pa_tnc_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libimcv/ietf/ietf_attr_pa_tnc_error.c b/src/libimcv/ietf/ietf_attr_pa_tnc_error.c index 7cfe6ef7f..e543c63ea 100644 --- a/src/libimcv/ietf/ietf_attr_pa_tnc_error.c +++ b/src/libimcv/ietf/ietf_attr_pa_tnc_error.c @@ -25,7 +25,7 @@ ENUM(pa_tnc_error_code_names, PA_ERROR_RESERVED, "Reserved", "Invalid Parameter", "Version Not Supported", - "Attribute Type Not Supported" + "Attribute Type Not Supported", "SWIMA Error", "SWIMA Subscription Denied", "SWIMA Response Too Large",