BIND 10 master, updated. a42c1338a4d27d0bd1d49131feecf49c450aed09 [master] minor style fix: remove unnecessary and techinicaly obsolete 'static'.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Sep 18 01:13:37 UTC 2012


The branch, master has been updated
       via  a42c1338a4d27d0bd1d49131feecf49c450aed09 (commit)
      from  ccbb6bab9cd994d0a7168f2be74040919625e5c9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a42c1338a4d27d0bd1d49131feecf49c450aed09
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Sep 17 18:13:12 2012 -0700

    [master] minor style fix: remove unnecessary and techinicaly obsolete 'static'.

-----------------------------------------------------------------------

Summary of changes:
 .../datasrc/memory/tests/memory_client_unittest.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/tests/memory_client_unittest.cc b/src/lib/datasrc/memory/tests/memory_client_unittest.cc
index 6952a71..d5aa431 100644
--- a/src/lib/datasrc/memory/tests/memory_client_unittest.cc
+++ b/src/lib/datasrc/memory/tests/memory_client_unittest.cc
@@ -66,7 +66,7 @@ private:
     size_t throw_count_;
 };
 
-static const char* rrset_data[] = {
+const char* rrset_data[] = {
     "example.org. 3600 IN SOA   ns1.example.org. bugs.x.w.example.org. 68 3600 300 3600000 3600",
     "a.example.org.		   	 3600 IN A	192.168.0.1",
     "a.example.org.		   	 3600 IN MX	10 mail.example.org.",



More information about the bind10-changes mailing list