aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/src/util-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/suricata/src/util-error.c')
-rw-r--r--framework/src/suricata/src/util-error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/suricata/src/util-error.c b/framework/src/suricata/src/util-error.c
index 6e783f42..461e1870 100644
--- a/framework/src/suricata/src/util-error.c
+++ b/framework/src/suricata/src/util-error.c
@@ -309,6 +309,7 @@ const char * SCErrorToString(SCError err)
CASE_CODE (SC_ERR_IPPAIR_INIT);
CASE_CODE (SC_ERR_MT_NO_SELECTOR);
CASE_CODE (SC_ERR_MT_DUPLICATE_TENANT);
+ CASE_CODE (SC_ERR_NO_JSON_SUPPORT);
}
return "UNKNOWN_ERROR";