]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2268] constify
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 9 Oct 2012 21:44:42 +0000 (14:44 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 9 Oct 2012 21:44:42 +0000 (14:44 -0700)
src/lib/datasrc/memory/zone_data_updater.h

index eda204ae36cb49808983ea68e5c60864e9046ace..4a06236d35d5deb34d77b7adefa7ba8c596df462 100644 (file)
@@ -171,7 +171,7 @@ private:
     const isc::dns::Name& zone_name_;
     ZoneData& zone_data_;
     RdataEncoder encoder_;
-    isc::dns::NSEC3Hash* hash_;
+    const isc::dns::NSEC3Hash* hash_;
 };
 
 // A helper internal class for load().  make it non-copyable to avoid