BIND 10 master, updated. ccbb6bab9cd994d0a7168f2be74040919625e5c9 [master] trivial style cleanup: position of operator '*'

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Sep 18 00:06:58 UTC 2012


The branch, master has been updated
       via  ccbb6bab9cd994d0a7168f2be74040919625e5c9 (commit)
      from  0f08167548c6a8618828d6e5d39ec0fbfc7edda0 (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 ccbb6bab9cd994d0a7168f2be74040919625e5c9
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Sep 17 17:06:23 2012 -0700

    [master] trivial style cleanup: position of operator '*'

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/memory_client.cc b/src/lib/datasrc/memory/memory_client.cc
index daeea1a..d70f345 100644
--- a/src/lib/datasrc/memory/memory_client.cc
+++ b/src/lib/datasrc/memory/memory_client.cc
@@ -150,7 +150,7 @@ public:
 
                 // Ensure a separate level exists for the "wildcarding" name,
                 // and mark the node as "wild".
-                ZoneNode *node;
+                ZoneNode* node;
                 zone_data.insertName(mem_sgmt_, wname.split(1), &node);
                 node->setFlag(ZoneData::WILDCARD_NODE);
 



More information about the bind10-changes mailing list