diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:02:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:02:36 +0000 |
commit | 07978ec28369b472f255fd7dde9085f42509e153 (patch) | |
tree | b6614badfed18e6417673cf106d36d9d2dd6fff0 /src/libzscanner/error.h | |
parent | Adding upstream version 3.3.4. (diff) | |
download | knot-07978ec28369b472f255fd7dde9085f42509e153.tar.xz knot-07978ec28369b472f255fd7dde9085f42509e153.zip |
Adding upstream version 3.3.5.upstream/3.3.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/libzscanner/error.h')
-rw-r--r-- | src/libzscanner/error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libzscanner/error.h b/src/libzscanner/error.h index f54a750..87b73a9 100644 --- a/src/libzscanner/error.h +++ b/src/libzscanner/error.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz> +/* Copyright (C) 2024 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -96,6 +96,7 @@ enum err_codes { ZS_MISSING_SVCB_MANDATORY, ZS_EMPTY_LIST_ITEM, ZS_FILE_ACCESS, + ZS_BAD_ALPN_BACKSLASH, }; /*! |