]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Mon, 28 Sep 2015 23:45:23 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Mon, 28 Sep 2015 23:45:23 +0000 (23:45 +0000)
bin/named/server.c

index 0faf74469e0d980b652cad12a64e481a3e32a705..9a11df915c58ac6db9dac8691967364df8033700 100644 (file)
@@ -2725,7 +2725,7 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewlist,
                                "'max-cache-size %d%%' "
                                "- setting to %zuMB (out of %luMB)",
                                max_cache_size_percent,
-                               max_cache_size / (1024*1024),
+                               max_cache_size / (1024*1024),
                                (unsigned long) totalphys / (1024*1024));
                }
        }