summaryrefslogtreecommitdiffstats
path: root/src/util-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util-error.c')
-rw-r--r--src/util-error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util-error.c b/src/util-error.c
index 01c2f9a..e3195a1 100644
--- a/src/util-error.c
+++ b/src/util-error.c
@@ -47,6 +47,7 @@ const char * SCErrorToString(SCError err)
CASE_CODE(SC_EINVAL);
CASE_CODE(SC_ELIMIT);
CASE_CODE(SC_EEXIST);
+ CASE_CODE(SC_ENOENT);
CASE_CODE (SC_ERR_MAX);
}