BIND 10 trac1245, updated. fac67afceead36ba7296e194942811d9ed3b437b [1245] remove const for sunstudio build

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Sep 16 22:25:18 UTC 2011


The branch, trac1245 has been updated
       via  fac67afceead36ba7296e194942811d9ed3b437b (commit)
      from  170a0661dfb17014a62cd2eeaaa99e408bc55a14 (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 fac67afceead36ba7296e194942811d9ed3b437b
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Sep 16 22:25:00 2011 +0000

    [1245] remove const for sunstudio build

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/dns/python/edns_python.cc b/src/lib/dns/python/edns_python.cc
index 3893c88..8b5b584 100644
--- a/src/lib/dns/python/edns_python.cc
+++ b/src/lib/dns/python/edns_python.cc
@@ -177,7 +177,7 @@ EDNS_toText(const s_EDNS* const self) {
 }
 
 PyObject*
-EDNS_str(PyObject* const self) {
+EDNS_str(PyObject* self) {
     // Simply call the to_text method we already defined
     return (PyObject_CallMethod(self,
                                 const_cast<char*>("to_text"),




More information about the bind10-changes mailing list