Skip to content
Snippets Groups Projects
Commit f7217860 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

knsupdate: take out some garbage

parent a2742f94
No related branches found
No related tags found
1 merge request!393Knsupdate cleanup
......@@ -40,7 +40,7 @@
#define DEFAULT_EDNS_SIZE 4096
#define MAX_PACKET_SIZE 65535
#define SEP_CHARS "\n\t "
#define SEP_CHARS "\t "
/*! \brief Variants of IP protocol. */
typedef enum {
......
......@@ -130,9 +130,7 @@ enum {
PQ_NXDOMAIN = 0,
PQ_NXRRSET,
PQ_YXDOMAIN,
PQ_YXRRSET,
UP_ADD,
UP_DEL
PQ_YXRRSET
};
/* RR parser flags */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment