Parcourir la source

[trac983] Merge branch 'trac983' of ssh://bind10.isc.org/var/bind10/git/bind10 into trac983

JINMEI Tatuya il y a 13 ans
Parent
commit
8945eccce7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/python/isc/acl/dns_requestacl_python.cc

+ 1 - 1
src/lib/python/isc/acl/dns_requestacl_python.cc

@@ -65,7 +65,7 @@ RequestACL_init(PyObject*, PyObject*, PyObject*) {
 }
 
 void
-RequestACL_destroy(PyObject* const po_self) {
+RequestACL_destroy(PyObject* po_self) {
     s_RequestACL* const self = static_cast<s_RequestACL*>(po_self);
     self->cppobj.reset();
     Py_TYPE(self)->tp_free(self);