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 e39e15870..b3d10f97b 100644
--- a/src/util/util_errors.c
+++ b/src/util/util_errors.c
@@ -49,6 +49,7 @@ struct err_string error_to_str[] = {
{ "Dynamic DNS update timed out" }, /* ERR_DYNDNS_TIMEOUT */
{ "Dynamic DNS update not possible while offline" }, /* ERR_DYNDNS_OFFLINE */
{ "Entry not found" }, /* ERR_NOT_FOUND */
+ { "Domain not found" }, /* ERR_DOMAIN_NOT_FOUND */
};