]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Sat, 29 Sep 2012 23:46:01 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Sat, 29 Sep 2012 23:46:01 +0000 (23:46 +0000)
bin/named/client.c
bin/named/include/named/globals.h

index 9434ab080b820b9746c11659e0ebb975060cc9b0..4dd837f1b92eb6cb365e1f30123324e4290160e1 100644 (file)
@@ -1082,15 +1082,15 @@ client_send(ns_client_t *client) {
  */
 static void
 client_delay(isc_task_t *task, isc_event_t *event) {
-        ns_client_t *client;
+       ns_client_t *client;
 
-        REQUIRE(event != NULL);
-        REQUIRE(event->ev_type == ISC_TIMEREVENT_LIFE ||
-                event->ev_type == ISC_TIMEREVENT_IDLE);
-        client = event->ev_arg;
-        REQUIRE(NS_CLIENT_VALID(client));
-        REQUIRE(task == client->task);
-        REQUIRE(client->delaytimer != NULL);
+       REQUIRE(event != NULL);
+       REQUIRE(event->ev_type == ISC_TIMEREVENT_LIFE ||
+               event->ev_type == ISC_TIMEREVENT_IDLE);
+       client = event->ev_arg;
+       REQUIRE(NS_CLIENT_VALID(client));
+       REQUIRE(task == client->task);
+       REQUIRE(client->delaytimer != NULL);
 
        UNUSED(task);
 
@@ -1122,7 +1122,7 @@ ns_client_send(ns_client_t *client) {
                        if (result != ISC_R_SUCCESS)
                                goto nodelay;
                }
-               
+
                ns_client_attach(client, &dummy);
                if (ns_g_delay >= 1000)
                        isc_interval_set(&interval, ns_g_delay / 1000,
index c008653d2c40fdd0003de1102b6b82d41a037614..72dd1e86397c4a273aa84d4042b1c748849ed4f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any