diff options
Diffstat (limited to 'src/util/util_errors.c')
| -rw-r--r-- | src/util/util_errors.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/util_errors.c b/src/util/util_errors.c index f219d9787..6bf3566f7 100644 --- a/src/util/util_errors.c +++ b/src/util/util_errors.c @@ -75,6 +75,7 @@ struct err_string error_to_str[] = { { "Unexpected cache entry type" }, /* ERR_UNEXPECTED_ENTRY_TYPE */ { "Failed to resolve one of user groups" }, /* ERR_SIMPLE_GROUPS_MISSING */ { "Home directory is NULL" }, /* ERR_HOMEDIR_IS_NULL */ + { "Unsupported trust direction" }, /* ERR_TRUST_NOT_SUPPORTED */ { "ERR_LAST" } /* ERR_LAST */ }; |
