summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2008-01-17 08:07:53 +0000
committerFederico Lucifredi <flucifredi@acm.org>2008-01-17 08:07:53 +0000
commit34d2ae2bb6ff17234a776486bb3feb0ecca8c868 (patch)
treef58a07c33266ef0ef94575000e63253aafcf343c
parent021d3f3f3c2aa6fb729625a326714fecc77ce4ea (diff)
error in preprocessor macro.
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico2@1721 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-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) | \