-
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
The comparison looks wrong and returns always "false":
netdns2/src/NetDNS2/Client.php
Line 792 in 9403007
| $response = $this->sendTCPRequest($ns, $data, ($_request->question[0]->qtype == 'AXFR') ? true : false); |
Should that actually be like this?
$response = $this->sendTCPRequest($ns, $data, ($_request->question[0]->qtype == \NetDNS2\ENUM\RR\Type::AXFR) ? true : false);Metadata
Metadata
Assignees
Labels
No labels