summaryrefslogtreecommitdiffstats
path: root/avahi-core/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/dns.h')
-rw-r--r--avahi-core/dns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-core/dns.h b/avahi-core/dns.h
index 3c22510..363766c 100644
--- a/avahi-core/dns.h
+++ b/avahi-core/dns.h
@@ -94,8 +94,8 @@ AvahiRecord* avahi_get_local_zsk_pubkey(const unsigned char* keyname, uint32_t t
#define AVAHI_DNS_FLAG_TC (1 << 9)
#define AVAHI_DNS_FLAG_AA (1 << 10)
-#define AVAHI_DNSSEC_DNSKEY_ZK_FLAG = (1 << 7)
-#define AVAHI_DNSSEC_DNSKEY_SEP_FLAG = (1 << 15)
+#define AVAHI_DNSSEC_DNSKEY_ZK_FLAG (1 << 7)
+#define AVAHI_DNSSEC_DNSKEY_SEP_FLAG (1 << 15)
#define AVAHI_DNS_FLAGS(qr, opcode, aa, tc, rd, ra, z, ad, cd, rcode) \
(((uint16_t) !!qr << 15) | \