BIND 10 trac1252, updated. 0fd60764e65b270cafc1b3b573e5ac14b3c633d6 [1252] a trivial editorial fix

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Oct 6 23:55:45 UTC 2011


The branch, trac1252 has been updated
       via  0fd60764e65b270cafc1b3b573e5ac14b3c633d6 (commit)
      from  1fe148279b130dc4c8c072ab3bd1006cdacfc9f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0fd60764e65b270cafc1b3b573e5ac14b3c633d6
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Oct 6 16:55:36 2011 -0700

    [1252] a trivial editorial fix

-----------------------------------------------------------------------

Summary of changes:
 src/lib/python/isc/datasrc/finder_python.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/datasrc/finder_python.cc b/src/lib/python/isc/datasrc/finder_python.cc
index 2e4b229..ee3118c 100644
--- a/src/lib/python/isc/datasrc/finder_python.cc
+++ b/src/lib/python/isc/datasrc/finder_python.cc
@@ -163,7 +163,7 @@ ZoneFinder_find(PyObject* po_self, PyObject* args) {
 PyObject*
 ZoneFinder_findPreviousName(PyObject* po_self, PyObject* args) {
     s_ZoneFinder* const self = static_cast<s_ZoneFinder*>(po_self);
-    PyObject *name_obj;
+    PyObject* name_obj;
     if (PyArg_ParseTuple(args, "O!", &name_type, &name_obj)) {
         try {
             return (createNameObject(




More information about the bind10-changes mailing list