mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
update copyright notice
This commit is contained in:
@@ -2502,7 +2502,7 @@ send_tcp_connect(dig_query_t *query) {
|
|||||||
send_tcp_connect(next);
|
send_tcp_connect(next);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
INSIST(query->sock == NULL);
|
INSIST(query->sock == NULL);
|
||||||
result = isc_socket_create(socketmgr,
|
result = isc_socket_create(socketmgr,
|
||||||
isc_sockaddr_pf(&query->sockaddr),
|
isc_sockaddr_pf(&query->sockaddr),
|
||||||
@@ -3100,7 +3100,7 @@ recv_done(isc_task_t *task, isc_event_t *event) {
|
|||||||
UNLOCK_LOOKUP;
|
UNLOCK_LOOKUP;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sevent->result != ISC_R_SUCCESS) {
|
if (sevent->result != ISC_R_SUCCESS) {
|
||||||
if (sevent->result == ISC_R_CANCELED) {
|
if (sevent->result == ISC_R_CANCELED) {
|
||||||
debug("in recv cancel handler");
|
debug("in recv cancel handler");
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004-2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 2000-2003 Internet Software Consortium.
|
* Copyright (C) 2000-2003 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
; Copyright (C) 2005-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
|
; Copyright (C) 2005-2007, 2009, 2012 Internet Systems Consortium, Inc. ("ISC")
|
||||||
;
|
;
|
||||||
; Permission to use, copy, modify, and/or distribute this software for any
|
; Permission to use, copy, modify, and/or distribute this software for any
|
||||||
; purpose with or without fee is hereby granted, provided that the above
|
; purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@@ -2115,7 +2115,7 @@ dns_message_renderend(dns_message_t *msg) {
|
|||||||
* If we're adding a OPT, TSIG or SIG(0) to a truncated message,
|
* If we're adding a OPT, TSIG or SIG(0) to a truncated message,
|
||||||
* clear all rdatasets from the message except for the question
|
* clear all rdatasets from the message except for the question
|
||||||
* before adding the OPT, TSIG or SIG(0). If the question doesn't
|
* before adding the OPT, TSIG or SIG(0). If the question doesn't
|
||||||
* fit, don't include it.
|
* fit, don't include it.
|
||||||
*/
|
*/
|
||||||
if ((msg->tsigkey != NULL || msg->sig0key != NULL || msg->opt) &&
|
if ((msg->tsigkey != NULL || msg->sig0key != NULL || msg->opt) &&
|
||||||
(msg->flags & DNS_MESSAGEFLAG_TC) != 0)
|
(msg->flags & DNS_MESSAGEFLAG_TC) != 0)
|
||||||
|
@@ -12455,7 +12455,7 @@ sync_secure_db(dns_zone_t *seczone, dns_db_t *secdb,
|
|||||||
ISC_LIST_UNLINK(diff->tuples, oldtuple, link);
|
ISC_LIST_UNLINK(diff->tuples, oldtuple, link);
|
||||||
dns_difftuple_free(&oldtuple);
|
dns_difftuple_free(&oldtuple);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (newtuple != NULL) {
|
if (newtuple != NULL) {
|
||||||
ISC_LIST_UNLINK(diff->tuples, newtuple, link);
|
ISC_LIST_UNLINK(diff->tuples, newtuple, link);
|
||||||
*soatuple = newtuple;
|
*soatuple = newtuple;
|
||||||
|
Reference in New Issue
Block a user