]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1575] an additional comment
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 27 Jan 2012 18:22:03 +0000 (10:22 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 27 Jan 2012 18:22:03 +0000 (10:22 -0800)
src/lib/dns/python/nsec3hash_python.cc

index 3c3e91b947bf96cb718aa4da44f7de6aa8ad0c5d..52ce08f29d83a0a83217f318c753908a4dbd4a4c 100644 (file)
@@ -192,7 +192,7 @@ PyTypeObject nsec3hash_type = {
     0                                   // tp_version_tag
 };
 
-// Module Initialization, all statics are initialized here
+// Module Initialization, all statics (nothing right now) are initialized here
 bool
 initModulePart_NSEC3Hash(PyObject* mod) {
     // We initialize the static description object with PyType_Ready(),