From b8c78f5c0da93d92aa28d3ef3757e78d03141f41 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 3 May 2005 21:22:52 +0000 Subject: * correctly build probe packets * fix conflict detection * correctly handle FLUSH bit in incoming packets * drop whole group when one record conflicts * remove wrong TRUE/FALSE usage in flx_server_add_service_va() * fix wrong pass-through in switch satetement in rr.c git-svn-id: file:///home/lennart/svn/public/avahi/trunk@37 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- psched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'psched.c') diff --git a/psched.c b/psched.c index 22474f3..6f148ca 100644 --- a/psched.c +++ b/psched.c @@ -615,7 +615,7 @@ static guint8* packet_add_probe_query(flxPacketScheduler *s, flxDnsPacket *p, fl continue; /* Does the record match the probe? */ - if (k->class != pj->record->key->class || flx_domain_equal(k->name, pj->record->key->name)) + if (k->class != pj->record->key->class || !flx_domain_equal(k->name, pj->record->key->name)) continue; /* This job wouldn't fit in */ -- cgit