From: Andreas Steffen Date: Tue, 24 Jul 2018 18:43:31 +0000 (+0200) Subject: libimcv: Missing comma in pa_tnc_error_code_names X-Git-Tag: 5.7.0dr8~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff9bac6ab8ce5c4314457de8951acf41a1100e49;p=thirdparty%2Fstrongswan.git libimcv: Missing comma in pa_tnc_error_code_names --- diff --git a/src/libimcv/ietf/ietf_attr_pa_tnc_error.c b/src/libimcv/ietf/ietf_attr_pa_tnc_error.c index 7cfe6ef7f2..e543c63eaa 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",