BIND 10 trac2737, updated. d66a48434bce9de43f371bb37811c820634f9937 [2737] Fix constant name
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Mar 19 13:05:28 UTC 2013
The branch, trac2737 has been updated
via d66a48434bce9de43f371bb37811c820634f9937 (commit)
from c178521c5c7133093866a8403b3d1d8af2cb6684 (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 d66a48434bce9de43f371bb37811c820634f9937
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Mar 19 14:05:09 2013 +0100
[2737] Fix constant name
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/cc/session.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/cc/session.py b/src/lib/python/isc/cc/session.py
index 2d5d5a7..fced424 100644
--- a/src/lib/python/isc/cc/session.py
+++ b/src/lib/python/isc/cc/session.py
@@ -61,7 +61,7 @@ class Session:
env, msg = self.recvmsg(False)
if not env:
raise ProtocolError("Could not get local name")
- self._lname = msg[CC_HEADER_LNAME]
+ self._lname = msg[CC_PAYLOAD_LNAME]
if not self._lname:
raise ProtocolError("Could not get local name")
logger.debug(logger.DBGLVL_TRACE_BASIC, PYCC_LNAME_RECEIVED,
More information about the bind10-changes
mailing list