]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] trivial style cleanup: position of operator '*'
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 18 Sep 2012 00:06:23 +0000 (17:06 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 18 Sep 2012 00:06:23 +0000 (17:06 -0700)
src/lib/datasrc/memory/memory_client.cc

index daeea1a1627808b81b8cc3dc90f3e7a1c0c2e2e7..d70f34585d3185890e6daa5bc8cf03b830f357fc 100644 (file)
@@ -150,7 +150,7 @@ public:
 
                 // Ensure a separate level exists for the "wildcarding" name,
                 // and mark the node as "wild".
-                ZoneNode *node;
+                ZoneNodenode;
                 zone_data.insertName(mem_sgmt_, wname.split(1), &node);
                 node->setFlag(ZoneData::WILDCARD_NODE);