summaryrefslogtreecommitdiffstats
path: root/psched.c
diff options
context:
space:
mode:
Diffstat (limited to 'psched.c')
-rw-r--r--psched.c2
1 files changed, 1 insertions, 1 deletions
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 */