From: JINMEI Tatuya Date: Fri, 27 Jan 2012 18:22:03 +0000 (-0800) Subject: [1575] an additional comment X-Git-Tag: trac2351_base~277^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d8a836667898774e1472eb94ea83175fbd76e52;p=thirdparty%2Fkea.git [1575] an additional comment --- diff --git a/src/lib/dns/python/nsec3hash_python.cc b/src/lib/dns/python/nsec3hash_python.cc index 3c3e91b947..52ce08f29d 100644 --- a/src/lib/dns/python/nsec3hash_python.cc +++ b/src/lib/dns/python/nsec3hash_python.cc @@ -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(),