]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
The last change didn't compile due to faulty cut&paste.
authorBrian Wellington <source@isc.org>
Fri, 8 Jun 2001 22:48:28 +0000 (22:48 +0000)
committerBrian Wellington <source@isc.org>
Fri, 8 Jun 2001 22:48:28 +0000 (22:48 +0000)
lib/dns/dnssec.c

index 75891ba0d1f1855a449806cabdeb01de3356a0e3..9daaee193ba728fa2985be0a9adcbd8a9d84ae77 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: dnssec.c,v 1.68 2001/06/08 19:37:27 bwelling Exp $
+ * $Id: dnssec.c,v 1.69 2001/06/08 22:48:28 bwelling Exp $
  */
 
 
@@ -694,7 +694,7 @@ dns_dnssec_verifymessage(isc_buffer_t *source, dns_message_t *msg,
        msg->verify_attempted = 1;
 
        if (is_response(msg)) {
-               if (msg->query == NULL)
+               if (msg->query.base == NULL)
                        return (DNS_R_UNEXPECTEDTSIG);
        }