summaryrefslogtreecommitdiffstats
path: root/src/util/util_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/util_errors.c')
-rw-r--r--src/util/util_errors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/util_errors.c b/src/util/util_errors.c
index 522b0f4ff..620be3c0a 100644
--- a/src/util/util_errors.c
+++ b/src/util/util_errors.c
@@ -97,6 +97,7 @@ struct err_string error_to_str[] = {
{ "No timestamp cache record" }, /* ERR_TS_CACHE_MISS */
{ "Dereference threshold reached" }, /* ERR_DEREF_THRESHOLD */
{ "The user is not handled by SSSD" }, /* ERR_NON_SSSD_USER */
+ { "The internal name format cannot be parsed" }, /* ERR_WRONG_NAME_FORMAT */
{ "ERR_LAST" } /* ERR_LAST */
};