Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
24
Issues
24
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
99a49309
Commit
99a49309
authored
Jul 08, 2016
by
Daniel Salzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libknot: fix typo in a comment
parent
b3d5680f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
src/libknot/consts.h
src/libknot/consts.h
+14
-14
No files found.
src/libknot/consts.h
View file @
99a49309
/* Copyright (C) 201
1
CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
/* Copyright (C) 201
6
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
...
...
@@ -75,19 +75,19 @@ typedef enum {
* other RRs.
*/
typedef
enum
{
KNOT_RCODE_NOERROR
=
0
,
/*!< No error. */
KNOT_RCODE_FORMERR
=
1
,
/*!< Format error. */
KNOT_RCODE_SERVFAIL
=
2
,
/*!< Server failure. */
KNOT_RCODE_NXDOMAIN
=
3
,
/*!< Non-existend
domain. */
KNOT_RCODE_NOTIMPL
=
4
,
/*!< Not implemented. */
KNOT_RCODE_REFUSED
=
5
,
/*!< Refused. */
KNOT_RCODE_YXDOMAIN
=
6
,
/*!< Name should not exist. */
KNOT_RCODE_YXRRSET
=
7
,
/*!< RR set should not exist. */
KNOT_RCODE_NXRRSET
=
8
,
/*!< RR set does not exist. */
KNOT_RCODE_NOTAUTH
=
9
,
/*!< Server not authoritative. / Query not authorized. */
KNOT_RCODE_NOTZONE
=
10
,
/*!< Name is not inside zone. */
KNOT_RCODE_BADVERS
=
16
,
/*!< Bad OPT Version. */
KNOT_RCODE_BADCOOKIE
=
23
/*!< Bad/missing server cookie. */
KNOT_RCODE_NOERROR
=
0
,
/*!< No error. */
KNOT_RCODE_FORMERR
=
1
,
/*!< Format error. */
KNOT_RCODE_SERVFAIL
=
2
,
/*!< Server failure. */
KNOT_RCODE_NXDOMAIN
=
3
,
/*!< Non-existent
domain. */
KNOT_RCODE_NOTIMPL
=
4
,
/*!< Not implemented. */
KNOT_RCODE_REFUSED
=
5
,
/*!< Refused. */
KNOT_RCODE_YXDOMAIN
=
6
,
/*!< Name should not exist. */
KNOT_RCODE_YXRRSET
=
7
,
/*!< RR set should not exist. */
KNOT_RCODE_NXRRSET
=
8
,
/*!< RR set does not exist. */
KNOT_RCODE_NOTAUTH
=
9
,
/*!< Server not authoritative. / Query not authorized. */
KNOT_RCODE_NOTZONE
=
10
,
/*!< Name is not inside zone. */
KNOT_RCODE_BADVERS
=
16
,
/*!< Bad OPT Version. */
KNOT_RCODE_BADCOOKIE
=
23
/*!< Bad/missing server cookie. */
}
knot_rcode_t
;
/*!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment