Parcourir la source

[1179] small comment addition

Jelte Jansen il y a 13 ans
Parent
commit
f1fef139db
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/lib/python/isc/datasrc/finder_python.cc

+ 2 - 1
src/lib/python/isc/datasrc/finder_python.cc

@@ -48,7 +48,8 @@ using namespace isc::datasrc::python;
 namespace isc_datasrc_internal {
 // This is the shared code for the find() call in the finder and the updater
 // Is is intentionally not available through any header, nor at our standard
-// namespace.
+// namespace, as it is not supposed to be called anywhere but from finder and
+// updater
 PyObject* ZoneFinder_helper(ZoneFinder* finder, PyObject* args) {
     if (finder == NULL) {
         PyErr_SetString(getDataSourceException("Error"),