BIND 10 trac2542, updated. 5d7e273a02e5f5a1f83db02260a2a22e729f3a10 [2542] style fix: position of '*'

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 13 17:47:07 UTC 2012


The branch, trac2542 has been updated
       via  5d7e273a02e5f5a1f83db02260a2a22e729f3a10 (commit)
      from  a70fd03351709b036a8ee48cd8276b400661e741 (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 5d7e273a02e5f5a1f83db02260a2a22e729f3a10
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Dec 13 09:47:09 2012 -0800

    [2542] style fix: position of '*'

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

Summary of changes:
 src/lib/python/isc/datasrc/client_python.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/datasrc/client_python.cc b/src/lib/python/isc/datasrc/client_python.cc
index a1c7064..1986912 100644
--- a/src/lib/python/isc/datasrc/client_python.cc
+++ b/src/lib/python/isc/datasrc/client_python.cc
@@ -94,7 +94,7 @@ DataSourceClient_findZone(PyObject* po_self, PyObject* args) {
 PyObject*
 DataSourceClient_createZone(PyObject* po_self, PyObject* args) {
     s_DataSourceClient* const self = static_cast<s_DataSourceClient*>(po_self);
-    PyObject *name;
+    PyObject* name;
     if (PyArg_ParseTuple(args, "O!", &name_type, &name)) {
         try {
             const bool result = self->client->createZone(PyName_ToName(name));



More information about the bind10-changes mailing list