[svn] commit: r3075 - /trunk/src/lib/dns/python/opcode_python.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Sep 30 02:21:54 UTC 2010


Author: jinmei
Date: Thu Sep 30 02:21:54 2010
New Revision: 3075

Log:
fixed overkilling in the previous commit (skipping review)

Modified:
    trunk/src/lib/dns/python/opcode_python.cc

Modified: trunk/src/lib/dns/python/opcode_python.cc
==============================================================================
--- trunk/src/lib/dns/python/opcode_python.cc (original)
+++ trunk/src/lib/dns/python/opcode_python.cc Thu Sep 30 02:21:54 2010
@@ -46,7 +46,7 @@
 PyObject* Opcode_getCode(const s_Opcode* const self);
 PyObject* Opcode_toText(const s_Opcode* const self);
 PyObject* Opcode_str(PyObject* self);
-PyObject* Opcode_QUERY(const Opcode* self);
+PyObject* Opcode_QUERY(const s_Opcode* self);
 PyObject* Opcode_IQUERY(const s_Opcode* self);
 PyObject* Opcode_STATUS(const s_Opcode* self);
 PyObject* Opcode_RESERVED3(const s_Opcode* self);




More information about the bind10-changes mailing list