]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Tue, 26 Feb 2013 23:45:57 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 26 Feb 2013 23:45:57 +0000 (23:45 +0000)
bin/named/server.c

index 7b6e4fb21a7d88cb44440ef2be00dde2f566aea6..394986ce6ed72c18c0e820fbd0a5589e476a5d88 100644 (file)
@@ -8305,7 +8305,7 @@ ns_server_add_zone(ns_server_t *server, char *args) {
 static isc_boolean_t
 inuse(const char* file, isc_boolean_t first, isc_buffer_t *text) {
 #define INUSEMSG "The following files were in use and may now be removed:\n"
-       
+
        if (file != NULL && isc_file_exists(file) &&
            isc_buffer_availablelength(text) >
            strlen(file) + (first ? sizeof(INUSEMSG) : 0))